Game#transparent
  • References/Game Development/Phaser/Core/Game

transparent : boolean Use a transparent canvas background or not. Source

2025-01-10 15:47:30
Game#config
  • References/Game Development/Phaser/Core/Game

config : Object The Phaser.Game configuration object. Source code:

2025-01-10 15:47:30
Game#destroy()
  • References/Game Development/Phaser/Core/Game

destroy() Nukes the entire game from orbit. Calls destroy on Game.state, Game.sound, Game.scale, Game.stage, Game.input, Game

2025-01-10 15:47:30
Game#load
  • References/Game Development/Phaser/Core/Game

load : Phaser.Loader Reference to the assets loader

2025-01-10 15:47:30
Game#stepCount
  • References/Game Development/Phaser/Core/Game

[readonly] stepCount : number When stepping is enabled this contains the current step cycle

2025-01-10 15:47:30
Game#debug
  • References/Game Development/Phaser/Core/Game

debug : Phaser.Utils.Debug A set of

2025-01-10 15:47:30
Game#paused
  • References/Game Development/Phaser/Core/Game

paused : boolean The paused state of the Game. A paused game doesn't update any of its subsystems.When a game is paused the

2025-01-10 15:47:30
Game#canvas
  • References/Game Development/Phaser/Core/Game

canvas :HTMLCanvasElement A handy reference to renderer.view, the canvas that the game is being rendered in to.

2025-01-10 15:47:30
Game#isBooted
  • References/Game Development/Phaser/Core/Game

[readonly] isBooted : boolean Whether the game engine is booted, aka available.

2025-01-10 15:47:30
Game#onResume
  • References/Game Development/Phaser/Core/Game

onResume : Phaser.Signal This event is fired when

2025-01-10 15:47:30