Camera#height
  • References/Game Development/Phaser/Core/Camera

height : number The Cameras height. By default this is the same as the Game size and should not be adjusted for now. Gets or sets

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

[readonly] totalInView : number The total number of Sprites with autoCull set

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

flash(color, duration, force) → {boolean}

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

unfollow() Sets the Camera follow target to null, stopping it from following an object if it's doing so.

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

y : number The Cameras y coordinate. This value is automatically clamped if it falls outside of the World bounds. Gets or sets

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

atLimit : boolean Whether this camera is flush with the World Bounds or not. Source

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

fade(color, duration, force) → {boolean}

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

world : Phaser.World A reference to the game world.

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

position : Phaser.Point The Cameras position. This

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

bounds : Phaser.Rectangle The Camera is bound

2025-01-10 15:47:30