Text#name
  • References/Game Development/Phaser/Text/Text

name : string A user defined name given to this Game Object.This value isn't ever used internally by Phaser, it is meant

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

new Text(game, x, y, text, style) Create a new game object for displaying Text. This uses a local

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

revive(health) → {PIXI.DisplayObject} Brings a 'dead' Game Object

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

[readonly] destroyPhase : boolean As a Game Object runs through its destroy method this flag

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

parseList(list) → {Phaser.Text}

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

animations : Phaser.AnimationManager

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

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

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

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

2025-01-10 15:47:30