time : Phaser.Time A reference to the game clock and timed
preRender() The preRender method is called after all Game Objects have been updated, but before any rendering takes place.
loadUpdate() loadUpdate is called during the Loader process. This only happens if you've set one or more assets to load in the preload
tweens : Phaser.TweenManager A reference
world : Phaser.World A reference to the game world. All
game : Phaser.Game This is a reference to the currently running
paused() This method will be called if the core game loop is paused. Source code:
resumed() This method will be called when the core game loop resumes from a paused state. Source
key : string The string based identifier given to the State when added into the State Manager.
update() The update method is left empty for your own use.It is called during the core game loop AFTER debug, physics, plugins
Page 3 of 4