destroy(destroyChildren) Destroy this Text object, removing it from the group it belongs to.
stroke : string A canvas fillstyle that will be used on the text stroke eg 'blue', '#FCFF00'.
tintedTexture :Canvas A canvas that contains the tinted version of the Sprite (in Canvas mode, WebGL doesn't populate this)
tint : number The tint applied to the sprite. This is a hex value. A value of 0xFFFFFF will remove any tint effect.
shadowColor : string The color of the shadow, as given in CSS rgba format. Set the alpha component to 0 to disable the shadow.
align : string Controls the horizontal alignment for multiline text.Can be: 'left', 'center' or 'right'.Does not affect
overlap(displayObject) → {boolean} Checks to see if the bounds of this Game Object overlaps with
heal Heal the Game Object. This adds the given amount of health to the health property. Inherited
[readonly] offsetY : number The amount the Game Object is visually offset from its y coordinate
fontWeight : string The weight of the font: 'normal', 'bold', or
Page 7 of 15