ScaleManager#parentIsWindow
  • References/Game Development/Phaser/Game Scaling/ScaleManager

parentIsWindow : boolean If the parent container of the Game canvas is the browser window itself (i.e. document.body),rather

2025-01-10 15:47:30
ScaleManager#parentNode
  • References/Game Development/Phaser/Game Scaling/ScaleManager

parentNode :DOMElement The original DOM element for the parent of the Display canvas.This may be different in fullscreen

2025-01-10 15:47:30
ScaleManager#sourceAspectRatio
  • References/Game Development/Phaser/Game Scaling/ScaleManager

[readonly] sourceAspectRatio : number The aspect ratio of the original game dimensions.

2025-01-10 15:47:30
ScaleManager#fullScreenScaleMode
  • References/Game Development/Phaser/Game Scaling/ScaleManager

fullScreenScaleMode : integer The scaling method used by the ScaleManager when in fullscreen. See

2025-01-10 15:47:30
ScaleManager#enterIncorrectOrientation
  • References/Game Development/Phaser/Game Scaling/ScaleManager

enterIncorrectOrientation : Phaser.Signal This signal

2025-01-10 15:47:30
ScaleManager#onFullScreenError
  • References/Game Development/Phaser/Game Scaling/ScaleManager

onFullScreenError : Phaser.Signal This signal is dispatched

2025-01-10 15:47:30
ScaleManager#pageAlignVertically
  • References/Game Development/Phaser/Game Scaling/ScaleManager

pageAlignVertically : boolean When enabled the Display canvas will be vertically-aligned in the Parent container (or

2025-01-10 15:47:30
ScaleManager#isGameLandscape
  • References/Game Development/Phaser/Game Scaling/ScaleManager

[readonly] isGameLandscape : boolean Returns true if the game dimensions are landscape (width

2025-01-10 15:47:30
ScaleManager#setResizeCallback()
  • References/Game Development/Phaser/Game Scaling/ScaleManager

setResizeCallback(callback, context) Sets the callback that will be invoked before sizing calculations. This is the appropriate

2025-01-10 15:47:30
ScaleManager#hasPhaserSetFullScreen
  • References/Game Development/Phaser/Game Scaling/ScaleManager

hasPhaserSetFullScreen : boolean This boolean provides you with a way to determine if the browser is in Full Screenmode (via

2025-01-10 15:47:30