fontSize : number The size of the font in pixels. Source code:
centerX : number The center x coordinate of the Game Object.This is the same as (x - offsetX) + (width / 2)
reset(x, y, health) → {PIXI.DisplayObject} Resets the Game Object
key : string | Phaser.RenderTexture |
x : number The position of the Game Object on the x axis relative to the local coordinates of the parent.
lifespan : number The lifespan allows you to give a Game Object a lifespan in milliseconds. Once the Game Object is 'born'
outOfCameraBoundsKill : boolean If this and the autoCull property are both set to true, then the kill
left : number The left coordinate of the Game Object.This is the same as x - offsetX.
getChildIndex(child) → {Number} Returns the index position of a child DisplayObject instance
angle : number The angle property is the rotation of the Game Object in degrees from its original orientation. Values
Page 8 of 9