Function CommandBuilder2D.Circle
Circle
(float2 center, float radius, float startAngle, float endAngle, Color color)
Draws a circle.
Public
Circle
(float2 center, float radius, float startAngle=0f, float endAngle=…)
Draws a circle.
Public
Circle
(float3 center, float radius, float startAngle, float endAngle, Color color)
Draws a circle.
Public
Circle
(float3 center, float radius, float startAngle=0f, float endAngle=…)
Draws a circle.
Public