BitmapText#text
  • References/Game Development/Phaser/Text/BitmapText

text : string The text to be displayed by this BitmapText object. Source

2025-01-10 15:47:30
BitmapText#top
  • References/Game Development/Phaser/Text/BitmapText

top : number The y coordinate of the Game Object.This is the same as y - offsetY.

2025-01-10 15:47:30
BitmapText#font
  • References/Game Development/Phaser/Text/BitmapText

font : string The font the text will be rendered in, i.e. 'Arial'. Must be loaded in the browser before use.

2025-01-10 15:47:30
BitmapText#z
  • References/Game Development/Phaser/Text/BitmapText

[readonly] z : number The z depth of this Game Object within its parent Group.No two

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

[readonly] children : Array.<Displa

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

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
BitmapText#kill()
  • References/Game Development/Phaser/Text/BitmapText

kill() → {PIXI.DisplayObject} Kills a Game Object. A killed Game Object has its alive

2025-01-10 15:47:30
BitmapText#y
  • References/Game Development/Phaser/Text/BitmapText

y : number The position of the Game Object on the y axis relative to the local coordinates of the parent.

2025-01-10 15:47:30
BitmapText#dirty
  • References/Game Development/Phaser/Text/BitmapText

dirty : boolean The dirty state of this object. Source code:

2025-01-10 15:47:30
BitmapText#smoothed
  • References/Game Development/Phaser/Text/BitmapText

smoothed : boolean Enable or disable texture smoothing for this BitmapText. The smoothing is applied to the BaseTexture

2025-01-10 15:47:30