SceneEvents

SceneEvents are the events which the scene invokes.

For more information on subscribing to scene events, see Scene.subscribe or com.pico.spatial.core.container.SpatialViewContent.subscribe.

Types

Link copied to clipboard

Event raised after an entity is added to the scene.

Link copied to clipboard

Event raised when an entity is in the process of being removed from its current scene.

Link copied to clipboard
class Update : Event

Event raised after the scene is updated.