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

alignTo(parent, position, offsetX, offsetY) → {Object}

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

text : string The text to be displayed by this BitmapText object. Source

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

sendToBack() → {PIXI.DisplayObject} Sends this Game Object to the bottom of its parents display

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

autoRound : boolean Should the linePositionX and Y values be automatically rounded before rendering the Text?You may wish

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

requiresReTint : boolean This will let a renderer know that a tinted parent has updated its texture.

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

[readonly] inCamera : boolean Checks if the Game Objects bounds intersect with the Game Camera

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

multiLine : boolean If set to true all carriage-returns in text will form new lines (see align). If false the font will only contain

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