Method |
Description |
|
DrawArrow ( Vector3 pos, Vector3 direction, Color color, float arrowHeadLength = 0.25f, float arrowHeadAngle = 20.0f ) : void |
|
|
DrawArrow ( Vector3 pos, Vector3 direction, float arrowHeadLength = 0.25f, float arrowHeadAngle = 20.0f ) : void |
|
|
DrawBounds ( Bounds b ) : void |
|
|
RestoreColor ( ) : void |
Restores the stored Gizmos color from StoreColor(Color) |
|
StoreColor ( Color color ) : void |
Stores the current Gizmos color and switches to a new color. Used in conjunction with RestoreColor |
|