Function CommandBuilder.WireBox

WireBox (Bounds bounds)

Draws the outline of a box.

Public
WireBox (Bounds bounds, Color color)

Draws the outline of a box.

Public
WireBox (float3 center, float3 size)

Draws the outline of a box which is axis-aligned.

Public
WireBox (float3 center, float3 size, Color color)

Draws the outline of a box which is axis-aligned.

Public
WireBox (float3 center, quaternion rotation, float3 size)

Draws the outline of a box.

Public
WireBox (float3 center, quaternion rotation, float3 size, Color color)

Draws the outline of a box.

Public