RetroFont.TEXT_SET3
  • References/Game Development/Phaser/Text/RetroFont

[static] TEXT_SET3 : string Text Set 3 = ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789

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

[readonly] renderOrderID : number The render order ID is used internally by the renderer and

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

characterPerRow : number The number of characters per row in the font set. Source

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

width : number The with of the render texture Inherited From

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

[readonly] previousPosition : Phaser.Point

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

y : number The position of the Game Object on the y axis relative to the local coordinates of the parent.

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

characterWidth : number The width of each character in the font set. Source

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

smoothed : boolean Enable or disable texture smoothing for this BitmapText. The smoothing is applied to the BaseTexture

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

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

2025-01-10 15:47:30