[]
Returns reference to the TextElement used to display text.
public TextElement GetTextElement()
| Type | Description |
|---|---|
| TextElement | The reference to the TextElement if it exists; Null otherwise. |
Returns reference to the TextElement used to display text.
public virtual TextElement GetTextElement(bool force)
| Type | Name | Description |
|---|---|---|
| bool | force | If True and the TextElement doesn't exist, this method will create it. |
| Type | Description |
|---|---|
| TextElement | The reference to the TextElement if it exists; Null otherwise. |