Text¶
- class Text¶
A text label. See
Panel.AddText
.- RectTransform RectTransform { get; }¶
The rect transform for the text.
- Game Scenes:
All
- TextAnchor Alignment { get; set; }¶
Alignment.
- Game Scenes:
All
- void Remove ()¶
Remove the UI object.
- Game Scenes:
All
- enum FontStyle¶
Font style.
- Normal¶
Normal.
- Bold¶
Bold.
- Italic¶
Italic.
- BoldAndItalic¶
Bold and italic.