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.
Manages application and Scene states.