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

[readonly] aspectRatio : number The aspect ratio of the scaled Display canvas.

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

fullScreenTarget :DOMElement If specified, this is the DOM element on which the Fullscreen API enter request will be invoked.

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

setUserScale(hScale, vScale, hTrim, vTrim) Set a User scaling factor used

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

refresh() The "refresh" methods informs the ScaleManager that a layout refresh is required. The ScaleManager automatically queues

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

[readonly] isFullScreen : boolean Returns true if the browser is in fullscreen mode, otherwise

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

[readonly] width : number Target width (in pixels) of the Display canvas.

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

stopFullScreen() → {boolean} Stops / exits fullscreen mode, if active. Returns

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

onOrientationChange : Phaser.Signal This signal is

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

[readonly] scaleFactor : Phaser.Point

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

windowConstraints The edges on which to constrain the game Display/canvas in addition to the restrictions of the parent container. The properties are

2025-01-10 15:47:30