Function CommandBuilder.SolidCircleXY

SolidCircleXY (float3 center, float radius, Color color)

Draws a disc in the XY plane.

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

Draws a disc in the XY plane.

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

Draws a disc in the XY plane.

Public