scene_events

Summary
scene_events
createSceneEvent generated when a scene is first loaded.
didMoveToViewEvent generated when a scene has just been transitioned.
eventAn object passed to an event handler that contains information about the event that has occurred.
Properties
event.nameThe name of the event.

createScene

Event generated when a scene is first loaded.

Inherits from: event

didMoveToView

Event generated when a scene has just been transitioned.

Inherits from: event

event

An object passed to an event handler that contains information about the event that has occurred.

Summary
Properties
event.nameThe name of the event.

Properties

event.name

The name of the event.  Listeners use this to register for specific event types.

An object passed to an event handler that contains information about the event that has occurred.
Close