Camera.ENABLE_FX
  • References/Game Development/Phaser/Core/Camera

[static] ENABLE_FX : boolean Source code:

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

shake(intensity, duration, force, direction,

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#visible
  • References/Game Development/Phaser/Core/Camera

visible : boolean Whether this camera is visible or not. Default Value

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

resetFX() Resets any active FX, such as a fade or flash and immediately clears it.Useful to calling after a fade in order to remove

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#bounds
  • References/Game Development/Phaser/Core/Camera

bounds : Phaser.Rectangle The Camera is bound

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

id : number Reserved for future multiple camera set-ups. Source code:

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