Class contains multiple functions for drawing gizmos
Static Public Member Functions | |
| static void | DrawArc (float degrees, float radius, int segments, Vector3 pos, Quaternion orient, Color c) | 
| Draws an arc on the X-Y plane   | |
| static void | DrawCylinder (float length, float radius, int segments, Vector3 pos, Quaternion orient, Color c) | 
| draws wire-frame cylinder oriented length-wise along the Z-axis. Ends are circles on the X-Y plane.   | |
| static void | DrawRect (Rect r, Vector3 pos, Quaternion orient, Color c) | 
| Draws the provided rect   | |