Function CommandBuilder.SolidBox

SolidBox (Bounds bounds)

Draws a solid box.

Public
SolidBox (Bounds bounds, Color color)

Draws a solid box.

Public
SolidBox (float3 center, float3 size)

Draws a solid box.

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

Draws a solid box.

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

Draws a solid box.

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

Draws a solid box.

Public