Sprite#bottom
  • References/Game Development/Phaser/Display/Sprite

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

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

transformCallback : Function The callback that will apply any scale limiting to the worldTransform.

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

width : number The width of the sprite, setting this will actually modify the scale to achieve the value set

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

pendingDestroy : boolean A Game Object is that is pendingDestroy is flagged to have its destroy method called on the next logic

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

sendToBack() → {PIXI.DisplayObject} Sends this Game Object to the bottom of its parents display

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

heal Heal the Game Object. This adds the given amount of health to the health property. Inherited

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

[readonly] children : Array.<Displa

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

[readonly] fresh : boolean A Game Object is considered fresh if it has just been

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

checkWorldBounds : boolean If this is set to true the Game Object checks if it is within the World bounds each frame

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

[readonly] deltaY : number Returns the delta y value. The difference between world.y now and

2025-01-10 15:47:30