![]() | |
Instanced |
The InstancedText type exposes the following members.
Name | Description | |
---|---|---|
![]() | Color | Gets the color of the text |
![]() | FontSize | |
![]() | HasBackSide | Gets Boolean that specifies if back side texture is rendered for this text (if the text is also visible from the back side) |
![]() | IsVisible | Gets a Boolean that specifies if the text is visible. |
![]() | NormalDirection | |
![]() | Position | |
![]() | Text | Gets the text |
![]() | TextDirection | |
![]() | TextOffset | Gets a Vector2 that defines how much the text (and TextSize) is offset from the TopLeftPosition. This is usually (0, 0), but when the text begins before the start position the X position is negative. Also, when the text extend above the baseline height (for example 'Ö' or 'Č') then the Y position is negative. |
![]() | TextSize | Gets a Vector2 that define the approximate size of the text in 3D space. The actual size may be bigger because some characters may extend above or below the baseline (like 'Ö', 'Č', 'g', 'y', 'p', etc.). See also the TextOffset that defines how much the text is offset from the TopLeftPosition. |
![]() | UpDirection |