[readonly] created : boolean True if the current state has had its create method
checkState(key) → {boolean} Checks if a given phaser state is valid. A State is considered valid
onPreRenderCallback : Function This is called before the state is rendered and before the stage is cleared but after all game objects
states : Object The object containing Phaser.States. Source code:
onInitCallback : Function This is called when the state is set as the active state. Source
onUpdateCallback : Function This is called when the state is updated, every game loop. It doesn't happen during preload (@see
current : string The current active State object. Source code:
start(key, clearWorld, clearCache, parameter) Start the given State. If
onLoadUpdateCallback : Function This is called when the State is updated during the preload phase.
onStateChange : Phaser.Signal onStateChange is a Phaser
Page 1 of 3