Method Box
Box(float3, float3, quaternion, ColorIndex)
Draws a box.
Declaration
public static void Box(float3 Size, float3 Center, quaternion Orientation, ColorIndex color)
Parameters
Type | Name | Description |
---|---|---|
float3 | Size | Size of the box. |
float3 | Center | Center of the box in world space. |
quaternion | Orientation | Orientation of the box in world space. |
ColorIndex | color | Color. |