Constructor Text
Text()
Default constructor.
Declaration
public Text()
Text(string)
Construct a Text UI element and use the provided text as display text.
Declaration
public Text(string text)
Parameters
| Type | Name | Description |
|---|---|---|
| string | text | The text that will be displayed. |