Button#transformCallbackContext
  • References/Game Development/Phaser/Display/Button

transformCallbackContext : Object The context under which transformCallback is called.

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

addChild(child) → {DisplayObject}

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

blendMode : number The blend mode to be applied to the sprite. Set to PIXI.blendModes.NORMAL to remove any blend mode. Warning:

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#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#forceOut
  • References/Game Development/Phaser/Display/Button

forceOut : boolean | Phaser.PointerMode When

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

addChildAt(child, index) → {DisplayObject}

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#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#preUpdate()
  • References/Game Development/Phaser/Display/Button

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

2025-01-10 15:47:30