Function CommandBuilder2D.ArrowheadArc

ArrowheadArc (float2 origin, float2 direction, float offset, Color color)

Draws an arrowhead centered around a circle.

Public
ArrowheadArc (float2 origin, float2 direction, float offset, float width, Color color)

Draws an arrowhead centered around a circle.

Public
ArrowheadArc (float2 origin, float2 direction, float offset, float width=60)

Draws an arrowhead centered around a circle.

Public
ArrowheadArc (float3 origin, float3 direction, float offset, Color color)

Draws an arrowhead centered around a circle.

Public
ArrowheadArc (float3 origin, float3 direction, float offset, float width, Color color)

Draws an arrowhead centered around a circle.

Public
ArrowheadArc (float3 origin, float3 direction, float offset, float width=60)

Draws an arrowhead centered around a circle.

Public