Build some text that can be rendered
Should the text be centered at the rigid body's (cx,cy) (true) or is the rigid body's (cx,cy) top-left (false)?
Color for the text (should be an RGB string code, like #aa4433)
Name of the font to use
Optional
offset?: { An offset between the component's center and its RigidBody's center (optional)
Font size
Optional
strokeThe color of the text outline (optional)
Optional
strokeThe width of the text outline (optional)
Optional
z?: ZIndexAn optional z index in the range [-2,2]
A function that creates the text to display, or a String
Optional
actorThe Actor to which this TextSprite is attached
Should the text be centered at X,Y (true) or is (X,Y) top-left (false)
Color for the text
Font to use
Height of the text (computed)
An offset between the TextSprite's center and the RigidBody's center
A function that creates the text to display, or a String
Font size
Optional
strokeStroke color
Optional
strokeStroke width
Readonly
textThe low-level text object that we pass to the Renderer
Width of the text (computed)
Z index of the image
Return the width and height of the text
The camera of the scene where the text is being drawn
Some text whose size we're computing, since the object's real text might not be available yet
Render the text
The camera that defines the bounds for the Scene where this image should be drawn
The time since the last render
Where should this be drawn (WORLD/OVERLAY/HUD)
TextSprite describes any text object that can be drawn to the screen. The text that is displayed can be controlled by a callback, so that it can change over time.