Struct Circle
Draws a wireframe circle.
public struct Circle
- Extension Methods
Fields
color
facing
The circle plane will be perpendicular to this vector.
Defaults to the global Facing value.
public Facing facing
Field Value
position
radius
resolution
How many segments the circle is rendered with.
3 = triangular, 4 = square, and more is circular.
Set to 0 for a circular shape with automatic resolution based on the
distance to the camera.
public byte resolution