Button#kill()
  • References/Game Development/Phaser/Display/Button

kill() → {PIXI.DisplayObject} Kills a Game Object. A killed Game Object has its alive

2025-01-10 15:47:30
Button#centerY
  • References/Game Development/Phaser/Display/Button

centerY : number The center y coordinate of the Game Object.This is the same as (y - offsetY) + (height / 2)

2025-01-10 15:47:30
Button#cameraOffset
  • References/Game Development/Phaser/Display/Button

cameraOffset : Phaser.Point The x/y coordinate offset

2025-01-10 15:47:30
Button#exists
  • References/Game Development/Phaser/Display/Button

exists : boolean Controls if this Sprite is processed by the core Phaser game loops and Group loops.

2025-01-10 15:47:30
Button#bottom
  • References/Game Development/Phaser/Display/Button

bottom : number The sum of the y and height properties.This is the same as y + height - offsetY.

2025-01-10 15:47:30
Button#physicsType
  • References/Game Development/Phaser/Display/Button

[readonly] physicsType : number The const physics body type of this object.

2025-01-10 15:47:30
Button#onDownSoundMarker
  • References/Game Development/Phaser/Display/Button

[readonly] onDownSoundMarker : string The Sound Marker used in conjunction with the onDownSound

2025-01-10 15:47:30
Button#preUpdate()
  • References/Game Development/Phaser/Display/Button

preUpdate() Automatically called by World.preUpdate. Inherited From

2025-01-10 15:47:30
Button#z
  • References/Game Development/Phaser/Display/Button

[readonly] z : number The z depth of this Game Object within its parent Group.No two

2025-01-10 15:47:30
Button#removeChildAt()
  • References/Game Development/Phaser/Display/Button

removeChildAt(index) → {DisplayObject}

2025-01-10 15:47:30