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

key : string | Phaser.RenderTexture |

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

boundsAlignV : string Vertical alignment of the text within the textBounds. Can be: 'top', 'middle' or 'bottom'.

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

setTextBounds(x, y, width, height)

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

width : number The width of the displayObjectContainer, setting this will actually modify the scale to achieve the value set

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

getImage() → {Image} Will return a HTML Image of the texture Returns

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

updateCrop() If you have set a crop rectangle on this Game Object via crop and since modified the cropRect

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

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

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

alive : boolean A useful flag to control if the Game Object is alive or dead. This is set automatically by the Health components

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

getBounds(matrix) → {Phaser.Rectangle}

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

[static] TEXT_SET5 : string Text Set 5 = ABCDEFGHIJKLMNOPQRSTUVWXYZ.,/() '!?-*:0123456789

2025-01-10 15:47:30