Draw.Box
Static Method in Draw
Declaration
public static void Box(Vector3 position, Vector3 scale, Quaternion rotation, Color color)
Description
Draws a wireframe box at a given position, scale, and rotation.
Parameters
position | The position of the box. |
scale | The scale of the box. |
rotation | The rotation of the box. |
color | The color of the box. |