[readonly] height : integer
The current Game Height in pixels.
Do not modify this property directly: use Phaser.ScaleManager#setGameSize - eg. game.scale.setGameSize(width, height)
- instead.
- Default Value
- 600
- Source code: core/Game.js (Line 69)
[readonly] height : integer
The current Game Height in pixels.
Do not modify this property directly: use Phaser.ScaleManager#setGameSize - eg. game.scale.setGameSize(width, height)
- instead.
Please login to continue.