Skip to content

LeaderLineGraphic.LeaderLine

StructChartGuruChartGuru
public struct LeaderLineGraphic.LeaderLine

Represents a single leader line.

public Vector2 Start

Starting point (on the pie edge).

Returns

UnityEngine.Vector2 — No return description is available.

public Vector2? Elbow

Optional elbow point where the line changes direction.

Returns

System.Nullable{UnityEngine.Vector2} — No return description is available.

public Vector2 End

End point (near the label).

Returns

UnityEngine.Vector2 — No return description is available.

public Color LineColor

Color of this line.

Returns

UnityEngine.Color — No return description is available.