Method Line
Line(float3, float3, ColorIndex)
Draws a line between 2 points.
Declaration
public static void Line(float3 x0, float3 x1, ColorIndex color)
Parameters
Type | Name | Description |
---|---|---|
float3 | x0 | Point 0 in world space. |
float3 | x1 | Point 1 in world space. |
ColorIndex | color | Color. |