Property | Type | Description | |
---|---|---|---|
_drawFlags | DrawFlags |
Method | Description | |
---|---|---|
AppendFlags ( DrawFlags flags ) : void |
Append flags to the current flags.
|
|
ClearFlags ( DrawFlags flags ) : void |
Clear flags from the current flags.
|
|
DebugDraw ( ) : System | ||
DrawCircle ( |
Draw a circle.
|
|
DrawPolygon ( |
Draw a closed polygon provided in CCW order.
|
|
DrawSegment ( |
Draw a line segment.
|
|
DrawSolidCircle ( |
Draw a solid circle.
|
|
DrawSolidPolygon ( |
Draw a solid closed polygon provided in CCW order.
|
|
DrawXForm ( |
Draw a transform. Choose your own length scale.
|
public AppendFlags ( DrawFlags flags ) : void | ||
flags | DrawFlags | |
return | void |
public abstract DrawCircle ( |
||
center | ||
radius | float | |
color | Color | |
return | void |
public abstract DrawPolygon ( |
||
vertices | ||
vertexCount | int | |
color | Color | |
return | void |
public abstract DrawSegment ( |
||
p1 | ||
p2 | ||
color | Color | |
return | void |
public abstract DrawSolidCircle ( |
||
center | ||
radius | float | |
axis | ||
color | Color | |
return | void |
public abstract DrawSolidPolygon ( |
||
vertices | ||
vertexCount | int | |
color | Color | |
return | void |
public abstract DrawXForm ( |
||
xf | A transform. | |
return | void |