PICO Spatial SDK
Toggle table of contents
0.10.7
◐
Skip to content
PICO Spatial SDK
core
/
com.pico.spatial.core.ecs.event
/
SceneEvents
/
Update
Update
class
Update
:
Event
Event raised after the scene is updated.
Members
Properties
delta
Time
Link copied to clipboard
val
deltaTime
:
Float
The time elapsed since the last update.
scene
Link copied to clipboard
val
scene
:
Scene
The target scene.
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String