Function Draw.WireBox
WireBox
(float3 center, float3 size)
Draws the outline of a box which is axis-aligned.
Public
Static
WireBox
(float3 center, float3 size, Color color)
Draws the outline of a box which is axis-aligned.
Public
Static
WireBox
(float3 center, quaternion rotation, float3 size)
Draws the outline of a box.
Public
Static
WireBox
(float3 center, quaternion rotation, float3 size, Color color)
Draws the outline of a box.
Public
Static