sc2-gamedata
|
Force (Box) More...
#include <Actor.h>
Public Attributes | |
CVariatorActorReal32 | Height |
Height. More... | |
CVariatorActorReal32 | Length |
Length. More... | |
CVariatorActorReal32 | Width |
Width. More... | |
EActorForceOrigin | Origin |
Origin. More... | |
Force (Box)
CVariatorActorReal32 CActorForceBox::Height |
Height.
Specifies the total height of the box. The distance from the origin of the force box to the top and bottom sides will be half of this value.
CVariatorActorReal32 CActorForceBox::Length |
Length.
Specifies the total length of the box. The distance from the origin of the force box to the front and back sides will be half of this value.
EActorForceOrigin CActorForceBox::Origin |
Origin.
Allows you to choose whether the bearings of this actor represents the center or the bottom of the force field. This can be used to apply a force to adjacent actors on only one side of the force actor.
CVariatorActorReal32 CActorForceBox::Width |
Width.
Specifies the total width of the box. The distance from the origin of the force box to the left and right sides will be half of this value.