Draws a wire sphere.
float3
position
float
radius
// Draw a wire sphere at the origin with a radius of 0.5Draw.WireSphere(Vector3.zero, 0.5f, Color.black);
Circle
This method cannot be used inside of Burst jobs. See Drawing from a Job/ECS instead.
Color
color