Method Arc
Arc(float3, float3, float3, float, ColorIndex)
Draws an arc.
Declaration
public static void Arc(float3 center, float3 normal, float3 arm, float angle, ColorIndex color)
Parameters
| Type | Name | Description |
|---|---|---|
| float3 | center | World space position of the arc center. |
| float3 | normal | Arc normal. |
| float3 | arm | Arc arm. |
| float | angle | Arc angle. |
| ColorIndex | color | Color. |