Struct Arc
Draws a wireframe arc.
public struct Arc
- Extension Methods
Fields
angle1
angle2
color1
color2
facing
The arc's 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 arc is rendered with.
This represents the number of segments of a full 360 degree arc,
e.g. a 180 arc with a resolution set to 32 will be drawn
with 16 segments, and a 90 degree arc with 8 segments.
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