transparent : boolean Use a transparent canvas background or not. Source
config : Object The Phaser.Game configuration object. Source code:
destroy() Nukes the entire game from orbit. Calls destroy on Game.state, Game.sound, Game.scale, Game.stage, Game.input, Game
load : Phaser.Loader Reference to the assets loader
[readonly] stepCount : number When stepping is enabled this contains the current step cycle
debug : Phaser.Utils.Debug A set of
paused : boolean The paused state of the Game. A paused game doesn't update any of its subsystems.When a game is paused the
canvas :HTMLCanvasElement A handy reference to renderer.view, the canvas that the game is being rendered in to.
[readonly] isBooted : boolean Whether the game engine is booted, aka available.
onResume : Phaser.Signal This event is fired when
Page 2 of 6