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

onBlur : Phaser.Signal This event is fired when the

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

net : Phaser.Net Reference to the network class.

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

physicsConfig : Object The Phaser.Physics.World configuration object. Source

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

scale : Phaser.ScaleManager The game

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

[readonly] pendingStep : boolean An internal property used by enableStep, but also useful

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

forceSingleUpdate : boolean Should the game loop force a logic update, regardless of the delta timer? Set to true if you know you

2025-01-10 15:47:30