void Draw | ( | Vector3 | center, |
bool | wired = false |
||
) |
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. |
wired | If true, draws the sphere as wired. |