index

Phaser

Phaser 2.6.2

"Via": If a class has an entry in the via column it means you can quickly access it through a local reference. I.e. you can control the camera via this.camera from any state, or game.camera if game has been globally defined.

Game States

Class Via Description
StateManager state Creates, manages and swaps your Game States.
State A base Game State object you can extend.

Loader

Class Via Description
Cache cache The Cache is where all loaded assets are stored and retrieved from.