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

positionThe position of the box.
scaleThe scale of the box.
rotationThe rotation of the box.
colorThe color of the box.