Function CommandBuilder2D.CircleXY

CircleXY (float2 center, float radius, Color color)

Draws a circle in the XY plane.

Public
CircleXY (float2 center, float radius, float startAngle, float endAngle, Color color)

Draws a circle in the XY plane.

Public
CircleXY (float2 center, float radius, float startAngle=0f, float endAngle=…)

Draws a circle in the XY plane.

Public
CircleXY (float3 center, float radius, Color color)

Draws a circle in the XY plane.

Public
CircleXY (float3 center, float radius, float startAngle, float endAngle, Color color)

Draws a circle in the XY plane.

Public
CircleXY (float3 center, float radius, float startAngle=0f, float endAngle=…)

Draws a circle in the XY plane.

Public