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

updateOffset(xOffset, yOffset) Updates the x and/or y offset that the font

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

swapChildren(child, child2) Swaps the position of 2 Display Objects within this container. Parameters

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

parseList(list) → {Phaser.Text}

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

fontSet :Image A reference to the image stored in the Game.Cache that contains the font.

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

setFrame(frame) Sets the texture frame the Game Object uses for rendering. This is primarily an internal method used by

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

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

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

transformCallback : Function The callback that will apply any scale limiting to the worldTransform.

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

[readonly] fresh : boolean A Game Object is considered fresh if it has just been

2025-01-10 15:47:30