Method Arc
Arc(float2, float, float, float, Color)
Declaration
public void Arc(float2 center, float radius, float startAngle, float endAngle, Color color)
Parameters
| Type | Name | Description |
|---|---|---|
| float2 | center | |
| float | radius | |
| float | startAngle | |
| float | endAngle | |
| Color | color |