EntityEvents

EntityEvents are the events which the entity 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
class Destroy : Event

Event raised when an entity is in the process of being destroyed.

Link copied to clipboard
class Disable : Event

Event raised after an entity is disabled.

Link copied to clipboard
class Enable : Event

Event raised after an entity is enabled.

Link copied to clipboard

Event raised when an entity changes its parent.