Method |
Description |
|
BeginGroup ( ) : void |
|
|
DrawArrow ( Vec3 center, Vec3 direction, float length, float radius, float headLength, float headRadius, Color color ) : void |
|
|
DrawDot ( Vec3 center, float radius, Color color, bool back, bool startGroup ) : void |
|
|
DrawQuad ( Vec3 center, float width, float height, Color color ) : void |
|
|
DrawScreenCircleOutlined ( Vec2 center, float z, float radius, float penWidth, Color color ) : void |
|
|
DrawScreenRectangleOutlined ( RectangleF rect, float z, float penWidth, Color color ) : void |
|
|
DrawSegmentedLineSegment ( Vec3 p1, Vec3 p2, float penRadius, float penRadius2, Color color, bool back ) : void |
|
|
DrawSquare ( Vec3 center, float radius, float penWidth, Color color, float zOrder, Color borderColor ) : void |
|
|
DrawTerrainCircle ( Vec2 center, float radius, float penWidth, Color color, float zOrder, float zOffset ) : void |
|
|
DrawTerrainCircle ( Vec2 center, float radius, float penWidth, Color color, float zOrder, float zOffset, Color borderColor ) : void |
|
|
DrawTerrainSquare ( Vec2 center, float radius, float penWidth, Color color, float zOrder, float zOffset ) : void |
|
|
DrawTerrainSquare ( Vec2 center, float radius, float penWidth, Color color, float zOrder, float zOffset, Color borderColor ) : void |
|
|
DrawWireBoxFromBottomZ ( Vec3 pos, Vec3 size, float penWidth ) : void |
|
|
DrawWireRegionFromTerrain ( Points points, float penWidth, Color color ) : void |
|
|
EndGroup ( ) : void |
|
|