Text#clearColors()
  • References/Game Development/Phaser/Text/Text

clearColors() → {Phaser.Text}

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

scaleMax : Phaser.Point The maximum scale this Game

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

characterSpacingY : number If the characters in the font set have vertical spacing between them set the required amount here.

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

preUpdate() → {boolean} Automatically called by World.preUpdate. Returns

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

getLocalBounds() → {Rectangle} Retrieves the non-global local bounds of the Sprite as a rectangle

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

maxWidth : number The maximum display width of this BitmapText in pixels. If BitmapText.text is longer than maxWidth then

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

[readonly] offsetY : number If the font set doesn't start at the top left of the given image

2025-01-10 15:47:30