Build a FilledRoundedBox
Color to fill the box
Height of the box
Optional
lineOptional color for the border
Optional
lineOptional width of the border
Optional
offset?: { An offset between the component's center and its RigidBody's center (optional)
Radius of the corners
Width of the box
Optional
z?: ZIndexAn optional z index in the range [-2,2]
Optional
actorThe Actor to which this FilledSprite is attached
Fill color
Readonly
graphicsThe low-level graphics object that we pass to the Renderer
Height of the box
Optional
lineLine color
Optional
lineLine width
An offset between the FilledRoundedBox's center and the RigidBody's center
Radius of the corners
Width of the box
Z index of the box
Render the FilledRoundedBox
The camera for the current stage
The time since the last render
Where should this be drawn (WORLD/OVERLAY/HUD)
FilledRoundedBox describes any object whose visual representation is a filled box with rounded corners. These are particularly useful as the background for text messages.