void
SolidCircleXY
(
float3 | center | Center of the disc or solid arc. |
float | radius | Radius of the disc or solid 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 disc in the XY plane.
You can draw an arc by supplying the startAngle and endAngle parameters.