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

[readonly] previousRotation : number The rotation the Game Object was in set to in the previous

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

right : number The right coordinate of the Game Object.This is the same as x + width - offsetX.

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

height : number The height of the displayObjectContainer, setting this will actually modify the scale to achieve the value set

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

[readonly] offsetY : number The amount the Game Object is visually offset from its y coordinate

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

setText(text) The text to be displayed by this BitmapText object. It's faster to use BitmapText.text = string, but

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

anchor : Phaser.Point The anchor value of this BitmapText

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

purgeGlyphs() → {integer} If a BitmapText changes from having a large number of characters to having

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

[readonly] physicsType : number The const physics body type of this object.

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

world : Phaser.Point The world coordinates of this

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

data : Object An empty Object that belongs to this Game Object.This value isn't ever used internally by Phaser, but may be

2025-01-10 15:47:30