Struct Wedge
Draws a wireframe wedge. This is similar to an Arc, but is closed off on both ends, and has options for an inner radius.
public struct Wedge
- Extension Methods
Fields
angle1
angle2
color1
color2
facing
The wedge's plane will be perpendicular to this vector.
Defaults to the global Facing value.
public Facing facing
Field Value
innerRadius
position
radius
resolution
How many segments the wedge is rendered with.
This represents the number of segments of a full 360 degree wedge,
e.g. a 180 wedge with a resolution set to 32 will be drawn
with 16 segments, and a 90 degree wedge 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