Method Arrow
Arrow(float3, float3, ColorIndex)
Draws an arrow.
Declaration
public static void Arrow(float3 x, float3 v, ColorIndex color)
Parameters
Type | Name | Description |
---|---|---|
float3 | x | World space position of the arrow base. |
float3 | v | Arrow direction with length. |
ColorIndex | color | Color. |