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

contains(child) → {Boolean} Determines whether the specified display object is a child of the D

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

top : number The y coordinate of the Game Object.This is the same as y - offsetY.

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

frameName : string Gets or sets the current frame name of the texture being used to render this Game Object. To change the

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

frameData : Phaser.FrameData The FrameData

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

colors :array An array of the color values as specified by

2025-01-10 15:47:30