Draws a circle in the XY plane.
float3
center
Center of the circle or arc.
float
radius
Radius of the circle or arc.
Color
color
Color of the object
You can draw an arc by supplying the startAngle and endAngle parameters.
Circle(float3,float3,float)
Arc(float3,float3,float3)
This method cannot be used inside of Burst jobs. See Drawing from a Job/ECS instead.
startAngle
endAngle
startAngle=0f
endAngle=2 *Mathf.PI