Method Point
Point(float3, float, ColorIndex)
Draws a point.
Declaration
public static void Point(float3 x, float size, ColorIndex color)
Parameters
Type | Name | Description |
---|---|---|
float3 | x | World space position. |
float | size | Extents. |
ColorIndex | color | Color. |