Stage#getBounds()
  • References/Game Development/Phaser/Core/Stage

getBounds(targetCoordinateSpace) → {Rectangle} Retrieves the global

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

game : Phaser.Game A reference to the currently running Game

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

updateTransform() Updates the transforms for all objects on the display list.This overrides the Pixi default as we don't need

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

exists : boolean If exists is true the Stage and all children are updated, otherwise it is skipped.

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

currentRenderOrderID : number Reset each frame, keeps a count of the total number of objects updated.

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

[readonly] children : Array.<Displa

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

addChildAt(child, index) → {DisplayObject}

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

removeChild(child) → {DisplayObject}

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

disableVisibilityChange : boolean By default if the browser tab loses focus the game will pause.You can stop that behavior

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

destroy() Destroys the Stage and removes event listeners. Source code:

2025-01-10 15:47:30