getBounds(targetCoordinateSpace) → {Rectangle} Retrieves the global
game : Phaser.Game A reference to the currently running Game
updateTransform() Updates the transforms for all objects on the display list.This overrides the Pixi default as we don't need
exists : boolean If exists is true the Stage and all children are updated, otherwise it is skipped.
currentRenderOrderID : number Reset each frame, keeps a count of the total number of objects updated.
[readonly] children : Array.<Displa
addChildAt(child, index) → {DisplayObject}
removeChild(child) → {DisplayObject}
disableVisibilityChange : boolean By default if the browser tab loses focus the game will pause.You can stop that behavior
destroy() Destroys the Stage and removes event listeners. Source code:
Page 3 of 4