Phaser API Documentation

  Version: 
GlobalBitmapTextSize

Description:

The position and size of the Bitmap Text in global space, taking into account the Game Object's scale and world position.

Properties:
name type description
x number

The x position of the BitmapText, taking into account the x position and scale of the Game Object.

y number

The y position of the BitmapText, taking into account the y position and scale of the Game Object.

width number

The width of the BitmapText, taking into account the x scale of the Game Object.

height number

The height of the BitmapText, taking into account the y scale of the Game Object.

Type:
object