Function CommandBuilder.SolidArc

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