LeaderLineGraphic.LeaderLine
public struct LeaderLineGraphic.LeaderLineRepresents a single leader line.
Fields
Section titled “Fields”
public Vector2 StartStarting point (on the pie edge).
Returns
UnityEngine.Vector2 — No return description is available.
public Vector2? ElbowOptional elbow point where the line changes direction.
Returns
System.Nullable{UnityEngine.Vector2} — No return description is available.
public Vector2 EndEnd point (near the label).
Returns
UnityEngine.Vector2 — No return description is available.
LineColor
Section titled “LineColor”public Color LineColorColor of this line.
Returns
UnityEngine.Color — No return description is available.