Function CommandBuilder.SolidPlane

SolidPlane (float3 center, float3 normal, float2 size)

Draws a solid plane.

Public
SolidPlane (float3 center, float3 normal, float2 size, Color color)

Draws a solid plane.

Public
SolidPlane (float3 center, quaternion rotation, float2 size)

Draws a solid plane.

Public
SolidPlane (float3 center, quaternion rotation, float2 size, Color color)

Draws a solid plane.

Public