text : string The text to be displayed by this BitmapText object. Source
top : number The y coordinate of the Game Object.This is the same as y - offsetY.
font : string The font the text will be rendered in, i.e. 'Arial'. Must be loaded in the browser before use.
[readonly] z : number The z depth of this Game Object within its parent Group.No two
[readonly] children : Array.<Displa
checkWorldBounds : boolean If this is set to true the Game Object checks if it is within the World bounds each frame
kill() → {PIXI.DisplayObject} Kills a Game Object. A killed Game Object has its alive
y : number The position of the Game Object on the y axis relative to the local coordinates of the parent.
dirty : boolean The dirty state of this object. Source code:
smoothed : boolean Enable or disable texture smoothing for this BitmapText. The smoothing is applied to the BaseTexture
Page 1 of 9