Function CommandBuilder2D.ArrowRelativeSizeHead

ArrowRelativeSizeHead (float2 from, float2 to, float2 up, float headFraction)

Draws an arrow between two points with a head that varies with the length of the arrow.

Public
ArrowRelativeSizeHead (float2 from, float2 to, float2 up, float headFraction, Color color)

Draws an arrow between two points with a head that varies with the length of the arrow.

Public
ArrowRelativeSizeHead (float3 from, float3 to, float3 up, float headFraction)

Draws an arrow between two points with a head that varies with the length of the arrow.

Public
ArrowRelativeSizeHead (float3 from, float3 to, float3 up, float headFraction, Color color)

Draws an arrow between two points with a head that varies with the length of the arrow.

Public