The Text element renders text in a user interface.
Note: This element can also support rendering Text Escape Codes in addition to normal text.
| Name | Explanation | Type |
|---|---|---|
| Character Delay | The delay between showing characters. | Number |
| Character Sound | The sound that plays during character being displayed. | Sound Effect |
| Font | The font. | Font |
| Horizontal Alignment | The horizontal alignment of the text. | Alignment |
| Template | The templated value to leverage. | String |
| Text | The text to display. | String |
| Use Template Text | Whether or not to use a template for the text. | String |
| Word Wrap | Whether or not to wrap the text. | Toggle |
| Vertical Alignment | The vertical alignment of the text. | Alignment |
| Disabled Effects | The disabled effects of the element. | User Interface Element Effect |
| Focused Effects | The focused effects of the element. | User Interface Element Effect |
| Is Linked To Selection Context | Whether or not to link the item to a selection context. | Toggle |
| Is Linked To User Interface Context | Whether or not to link the item to the user interface's context. | Toggle |
| Is Relatively Positioned | Whether or not the control is positioned relatively, instead of using pixels. | Toggle |
| Is Visible | Whether or not the control is visible. | Toggle |
| Margin | The margin around the element in pixels. | Margin |
| Pixel Height | The height of the element in pixels. | Number |
| Pixel Width | The width of the element in pixels. | Number |
| Pixel X | The X coordinate of the element in pixels. | Number |
| Pixel Y | The Y coordinate of the element in pixels. | Number |
| Relative Height | The height of the element in screen percentage. | Number |
| Relative Width | The width of the element in screen percentage. | Number |
| Relative X | The X coordinate of the element in screen percentage. | Number |
| Relative Y | The Y coordinate of the element in screen percentage. | Number |
| Selected Effects | The selected effects of the element. | User Interface Element Effect |
| Unfocused Effects | The unfocused effects of the element. | User Interface Element Effect |