Method Cone
Cone(float3, float3, float, ColorIndex)
Draws a cone.
Declaration
public static void Cone(float3 point, float3 axis, float angle, ColorIndex color)
Parameters
| Type | Name | Description |
|---|---|---|
| float3 | point | Point in world space. |
| float3 | axis | Cone axis. |
| float | angle | Cone angle. |
| ColorIndex | color | Color. |