Represents a circle gizmo to be drawn within the scene view.
This class is serializable so that it is suitable for the direct use in MonoBehaviour instances supporting Unity's inspector.
Public Fields | |
bool | Enabled = false |
Determines whether this gizmo is enabled. More... | |
Color | Color = Colors.Green |
The color of the drawn circle. More... | |
Public Methods | |
void | Draw (Vector3 center, Quaternion rotation, float radius) |
Draws a circle with radius at the specified center . More... | |
CircleGizmo () | |
Default constructor. More... | |
CircleGizmo (Color c) | |
Advanced constructor to set the color of the Circle Gizmo. More... | |