Polarith AI
1.8

◆ Draw()

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.

Parameters
centerThe center position where the circle gets drawn.
rotationThe rotation used for drawing the circle.
radiusThe radius for the drawn circle.
Imprint