Function CommandBuilder2D.SolidArc

SolidArc (float2 center, float2 start, float2 end)

Draws a solid arc between two points.

Public
SolidArc (float2 center, float2 start, float2 end, Color color)

Draws a solid arc between two points.

Public
SolidArc (float3 center, float3 start, float3 end)

Draws a solid arc between two points.

Public
SolidArc (float3 center, float3 start, float3 end, Color color)

Draws a solid arc between two points.

Public