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

Region (Rectangle) More...

#include <Actor.h>

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

Public Attributes

CQuad Quad
 Rectangle. More...
 
real32 Height
 Height. More...
 
real32 Width
 Width. More...
 

Detailed Description

Region (Rectangle)

Remarks
Unknown

Member Data Documentation

◆ Height

real32 CActorRegionQuad::Height

Height.

The height field specifies the total horizontal length of the quad actor. The height will override the values specified in the quad field while retaining the center point and orientation. This does not refer to the Z height.

Remarks
minValue: 0.0

◆ Quad

CQuad CActorRegionQuad::Quad

Rectangle.

Points that define the shape of rectangular regions

◆ Width

real32 CActorRegionQuad::Width

Width.

The width field affects the horizontal scale (local X axis) of each quad actor. The width will override the values specified in the quad field while retaining the center point and orientation.

Remarks
minValue: 0.0

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