void Draw | ( | Vector3 | center, |
float | radius | ||
) |
Draws a colored sphere which might indicate a possible target at the specified center .
Needs to be called in Unity's OnDrawGizmos method.
center | The center of the drawn target sphere. |
radius | The radius of the sphere. |