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

getChildAt(index) → {DisplayObject}

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

setChildIndex(child, index) Changes the position of an existing child in the display object container Parameters

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

[readonly] previousPosition : Phaser.Point

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

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

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

outOfBoundsKill : boolean If this and the checkWorldBounds property are both set to true then the kill

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

cleanText(text, replace) → {string} Given a text string this will

2025-01-10 15:47:30