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

Selection. More...

#include <Actor.h>

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

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

Detailed Description

Selection.

Remarks
Unknown

Member Data Documentation

◆ Alpha

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.

◆ Attenuation

real32 CActorSelection::Attenuation

Attenuation.

The attenuation for a selection circle specifies a change in height where the circle begins to fade out.

◆ FallOff

real32 CActorSelection::FallOff

Fall Off.

FallOff extends the radius of the selection circle with an additional area where the circle fades out.

◆ HalfHeight

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.

◆ HostRadiusPercent

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.

◆ InnerBoundaryFallOffRatio

real32 CActorSelection::InnerBoundaryFallOffRatio

Inner Boundary Fall Off Ratio.

Controls the fading behavior of the inner portion of the selection circle.

◆ InnerBoundaryRatio

real32 CActorSelection::InnerBoundaryRatio

Inner Boundary Ratio.

Controls the fading behavior of the inner portion of the selection circle.

◆ InnerOffsetRatio

real32 CActorSelection::InnerOffsetRatio

Inner Offset Ratio.

Controls the fading behavior of the inner portion of the selection circle.

◆ InnerWidth

real32 CActorSelection::InnerWidth

Inner Width.

Inner width controls the size of the faded inner portion of the selection circle.

◆ OuterWidth

real32 CActorSelection::OuterWidth

Outer Width.

Outer width controls the size of the selection circle's solid outer border.

◆ RotationSpeed

real32 CActorSelection::RotationSpeed

Rotation Speed.

Speed at which the selection circle rotates

◆ SegmentCount

uint32 CActorSelection::SegmentCount

Segment Count.

Number of selection circle segments

◆ SegmentPercentSolid

real32 CActorSelection::SegmentPercentSolid

Segment Percent Solid.

Percentage of the selection circle segments that are solid

◆ SelectionFlags

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.

Remarks
indexEnum: EActorSelectionFlag

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