onResumedCallback : Function This is called when the game is resumed from a paused state.
key : string The string based identifier given to the State when added into the State Manager.
onLoadRenderCallback : Function This is called when the State is rendered during the preload phase.
onShutDownCallback : Function This is called when the state is shut down (i.e. swapped to another state).
pauseUpdate() pauseUpdate is called while the game is paused instead of preUpdate, update and postUpdate.
resumed() This method will be called when the core game loop resumes from a paused state. Source
clearCurrentState() This method clears the current State, calling its shutdown callback. The process also removes any active tweens
game : Phaser.Game A reference to the currently running game
math : Phaser.Math A reference to Math class with lots of
update() The update method is left empty for your own use.It is called during the core game loop AFTER debug, physics, plugins
Page 6 of 6