Returns true
if this Scene runs on a tablet or mobile phone.
Returns true
if this Scene runs on a tablet.
Defines the onExit
handler which triggers before this Scene is ended.
Note: This method can be called multiple times to call additional functions on scene exit.
function to call when Scene
ends.
Defines the onSceneSwitch
handler which triggers before this Scene changes to another.
Note: This method can be called multiple times to call additional functions on scene switch.
Defines an onStart
handler which triggers once when the application starts.
Note: This method can be called multiple times to call additional functions on start of the application.
function to call once on start of application.
Disposes changes done to this Scene and restarts scripts.
Manages application, ViewMode and Scene states.