sendToBack() → {PIXI.DisplayObject} Sends this Game Object to the bottom of its parents display
centerY : number The center y coordinate of the Game Object.This is the same as (y - offsetY) + (height / 2)
checkWorldBounds : boolean If this is set to true the Game Object checks if it is within the World bounds each frame
left : number The left coordinate of the Game Object.This is the same as x - offsetX.
tint : number The tint applied to the sprite. This is a hex value Inherited
[readonly] inWorld : boolean Checks if the Game Objects bounds are within, or intersect at
heal Heal the Game Object. This adds the given amount of health to the health property. Inherited
key : string | Phaser.RenderTexture |
ignoreChildInput : boolean If ignoreChildInput is false it will allow this objects children
right : number The right coordinate of the Game Object.This is the same as x + width - offsetX.
Page 1 of 11