void Draw | ( | Vector3 | center, |
Quaternion | rotation, | ||
float | radius | ||
) |
Draws a circle with radius at the specified center .
Needs to be called in Unity's OnDrawGizmos method.
center | The center position where the circle gets drawn. |
rotation | The rotation used for drawing the circle. |
radius | The radius for the drawn circle. |