| scene_events | |
| createScene | Event generated when a scene is first loaded. |
| didMoveToView | Event generated when a scene has just been transitioned. |
| event | An object passed to an event handler that contains information about the event that has occurred. |
| Properties | |
| event.name | The name of the event. |
Event generated when a scene is first loaded.
Inherits from: event
Event generated when a scene has just been transitioned.
Inherits from: event
An object passed to an event handler that contains information about the event that has occurred.
| Properties | |
| event.name | The name of the event. |