Torque3D Documentation / _generateds / DebugDrawer::DebugPrim

DebugDrawer::DebugPrim

Engine/source/gfx/sim/debugDraw.h

More...

Public Types

enum
_Anonymous_ {
  Tri 
  Box 
  Line 
  Text 
  DirectionLine 
  OutlinedText 
  Capsule 
}

Public Attributes

a 

Points used to store positional data. Exact semantics determined by type.

Color used for this primitive.

Time at which we should remove this from the list.

char
mText [256]
DebugPrim *
enum DebugDrawer::DebugPrim::@88

Type of the primitive. The meanings of a,b,c are determined by this.

bool

If true, do z-checks for this primitive.

Detailed Description

Public Types

@88

Enumerator

Tri
Box
Line
Text
DirectionLine
OutlinedText
Capsule

Public Attributes

Point3F a 

Points used to store positional data. Exact semantics determined by type.

Point3F b 
Point3F c 
LinearColorF color 

Color used for this primitive.

LinearColorF color2 
SimTime dieTime 

Time at which we should remove this from the list.

char mText [256]
DebugPrim * next 
enum DebugDrawer::DebugPrim::@88 type 

Type of the primitive. The meanings of a,b,c are determined by this.

bool useZ 

If true, do z-checks for this primitive.