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

lockRender : boolean If false Phaser will automatically render the display list every update. If true

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

[readonly] stepping : boolean Enable core loop stepping with Game.enableStep().

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

net : Phaser.Net Reference to the network class.

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

[readonly] id : number Phaser Game ID (for when Pixi supports multiple instances).

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

[readonly] height : integer The current Game Height in pixels. Do not modify this

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

onBlur : Phaser.Signal This event is fired when the

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#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#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#load
  • References/Game Development/Phaser/Core/Game

load : Phaser.Loader Reference to the assets loader

2025-01-10 15:47:30