void
CircleXY
(
float3 | center | Center of the circle or arc. |
float | radius | Radius of the circle or arc. |
float | startAngle=0f | Starting angle in radians. 0 corrsponds to the positive X axis. |
float | endAngle=2 *Mathf.PI | End angle in radians. |
)
Draws a circle in the XY plane.
You can draw an arc by supplying the startAngle and endAngle parameters.