Polarith AI
1.8
SphereGizmo Class Reference

Description

Represents a gizmo to be drawn within the scene view which might indicate the position of a possible target.

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...
 
float Size = 0.1f
 The size of the drawn target sphere. More...
 
Color Color = Colors.Yellow
 The color of the drawn target sphere. More...
 

Public Methods

void Draw (Vector3 center, bool wired=false)
 Draws a colored sphere which might indicate a possible target at the specified center . More...
 
Imprint