sc2-gamedata
Public Attributes | List of all members
CActorText Class Reference

Text. More...

#include <Actor.h>

Inheritance diagram for CActorText:
Inheritance graph
[legend]
Collaboration diagram for CActorText:
Collaboration graph
[legend]

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...
 

Detailed Description

Text.

Remarks
Unknown

Member Data Documentation

◆ AlignH

EActorTextAlignment CActorText::AlignH

Alignment (Horizontal)

Horizontal alignment of the text

◆ AlignV

EActorTextAlignment CActorText::AlignV

Alignment (Vertical)

Vertical alignment of the text

◆ Color

CColor CActorText::Color

Color.

Color of the text

◆ FixedSize

uint32 CActorText::FixedSize

Fixed Font Size.

Font size for the text

◆ HeightOffset

real32 CActorText::HeightOffset

Height Offset.

Height offset (relative to the ground) for the text

◆ MaxSize

C2Vector CActorText::MaxSize

Maximum Word Size.

Maximum horizontal and vertical size for the text

◆ Options

CFlags CActorText::Options

Options.

Options for this actor

Remarks
indexEnum: EActorTextOption

◆ Text

CStringLink CActorText::Text

Text.

The text this actor will display

◆ TextScale

real32 CActorText::TextScale

Text Scale.

Scale factor for the size of the text


The documentation for this class was generated from the following file: