Struct Arrow
Draws an arrow between two points.
public struct Arrow
- Extension Methods
Fields
color1
color2
defaultFoot
The default head shape at the start of the arrow, for all arrows.
Disabled by default.
public static ArrowHeadData defaultFoot
Field Value
defaultHead
The default head shape for all arrows.
An open arrow by default.
public static ArrowHeadData defaultHead
Field Value
facing
If non-null the arrow head will be perpendicular to this direction.
Otherwise, the head will face the camera.
public Facing facing
Field Value
foot
If set will also render a head at the start of the arrow.
public ArrowHeadData foot
Field Value
head
length
Limits the length of th arrow, making sure it's always at least
min long, and never longer than max.
Use negative values to indicate no limit.
public MinMax length