|
sc2-gamedata
|
Text. More...
#include <Actor.h>


Public Attributes | |
| real32 | TextScale |
| Text Scale. More... | |
| C2Vector | MaxSize |
| Maximum Word Size. More... | |
| uint32 | FixedSize |
| Fixed Font Size. More... | |
| EActorTextAlignment | AlignH |
| Alignment (Horizontal) More... | |
| EActorTextAlignment | AlignV |
| Alignment (Vertical) More... | |
| real32 | HeightOffset |
| Height Offset. More... | |
| CColor | Color |
| Color. More... | |
| CFlags | Options |
| Options. More... | |
| CStringLink | Text |
| Text. More... | |
Text.
| EActorTextAlignment CActorText::AlignH |
Alignment (Horizontal)
Horizontal alignment of the text
| EActorTextAlignment CActorText::AlignV |
Alignment (Vertical)
Vertical alignment of the text
| CColor CActorText::Color |
Color.
Color of the text
| uint32 CActorText::FixedSize |
Fixed Font Size.
Font size for the text
| real32 CActorText::HeightOffset |
Height Offset.
Height offset (relative to the ground) for the text
| C2Vector CActorText::MaxSize |
Maximum Word Size.
Maximum horizontal and vertical size for the text
| CFlags CActorText::Options |
| CStringLink CActorText::Text |
Text.
The text this actor will display
| real32 CActorText::TextScale |
Text Scale.
Scale factor for the size of the text
1.8.14