Represents a gizmo to be drawn within the scene view which might indicate ranges in 3D.
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 target sphere. More... | |
Public Methods | |
void | Draw (Vector3 center, float radius) |
Draws a colored sphere which might indicate a possible target at the specified center . More... | |