sc2-gamedata
|
Selection. More...
#include <Actor.h>
Public Attributes | |
C3Vector | Alpha |
Alpha. More... | |
real32 | FallOff |
Fall Off. More... | |
real32 | InnerBoundaryFallOffRatio |
Inner Boundary Fall Off Ratio. More... | |
real32 | InnerBoundaryRatio |
Inner Boundary Ratio. More... | |
real32 | InnerOffsetRatio |
Inner Offset Ratio. More... | |
real32 | InnerWidth |
Inner Width. More... | |
real32 | OuterWidth |
Outer Width. More... | |
real32 | HalfHeight |
Half Height. More... | |
real32 | Attenuation |
Attenuation. More... | |
real32 | HostRadiusPercent |
Host Radius Percent. More... | |
real32 | RotationSpeed |
Rotation Speed. More... | |
uint32 | SegmentCount |
Segment Count. More... | |
real32 | SegmentPercentSolid |
Segment Percent Solid. More... | |
CFlags | SelectionFlags |
Selection Flags. More... | |
Selection.
C3Vector CActorSelection::Alpha |
Alpha.
The alpha for a selection circle determines the opacity of the rendered circle. The xyz vector specified here represents the initial alpha as X, the persistent alpha as Y, and the decay alpha as Z.
real32 CActorSelection::Attenuation |
Attenuation.
The attenuation for a selection circle specifies a change in height where the circle begins to fade out.
real32 CActorSelection::FallOff |
Fall Off.
FallOff extends the radius of the selection circle with an additional area where the circle fades out.
real32 CActorSelection::HalfHeight |
Half Height.
Specifies the half of the height of the box where the selection circle can be rendered. If the height is too small it will clip the circle.
real32 CActorSelection::HostRadiusPercent |
Host Radius Percent.
The selection circle will automatically scale with the selection radius of the host actor based on the percentage specified here.
real32 CActorSelection::InnerBoundaryFallOffRatio |
Inner Boundary Fall Off Ratio.
Controls the fading behavior of the inner portion of the selection circle.
real32 CActorSelection::InnerBoundaryRatio |
Inner Boundary Ratio.
Controls the fading behavior of the inner portion of the selection circle.
real32 CActorSelection::InnerOffsetRatio |
Inner Offset Ratio.
Controls the fading behavior of the inner portion of the selection circle.
real32 CActorSelection::InnerWidth |
Inner Width.
Inner width controls the size of the faded inner portion of the selection circle.
real32 CActorSelection::OuterWidth |
Outer Width.
Outer width controls the size of the selection circle's solid outer border.
real32 CActorSelection::RotationSpeed |
Rotation Speed.
Speed at which the selection circle rotates
uint32 CActorSelection::SegmentCount |
Segment Count.
Number of selection circle segments
real32 CActorSelection::SegmentPercentSolid |
Segment Percent Solid.
Percentage of the selection circle segments that are solid
CFlags CActorSelection::SelectionFlags |
Selection Flags.
Controls whether the selection circle is rendered as a cheap quad splat that doesn't conform to terrain and whether it is rendered as a crescent or as segments.