Text
class in UI
Description
Text is a simple widget that allows you to print text on screen. It has various options like word wrapping, text alignment, and so on.
Properties
Name | Type | Access | Description |
---|---|---|---|
TextAsync | string | set | sets the text of UI element. applied at the end of frame. |
Static Methods
Return Type | Signature | Description |
---|---|---|
Text | New ( TextBuilder state ) |