Struct Sphere
Draws a wireframe sphere, comprised of three circles along each axis.
public struct Sphere
- Extension Methods
Fields
color
outline
If true, another circle will be drawn facing the camera, making the
sphere's shape more clear regardless of the angle.
This only applies if the circle's radius is uniform.
public bool outline
Field Value
position
radius
public float3 radius
Field Value
resolution
The resolution of the circles that make up this sphere. Set to 0 for an automatic resolution based on the distance to the camera.
public byte resolution