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