Method DrawWireCubeOriented
DrawWireCubeOriented(Vector3, Quaternion, float)
Draws oriented wire cube.
Declaration
public static void DrawWireCubeOriented(Vector3 position, Quaternion rotation, float size)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3 | position | Position of the cube. |
| Quaternion | rotation | Rotation of the cube. |
| float | size | Size of the cube. |