Function CommandBuilder.PlaneWithNormal

PlaneWithNormal (float3 center, float3 normal, float2 size)

Draws a plane and a visualization of its normal.

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

Draws a plane and a visualization of its normal.

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

Draws a plane and a visualization of its normal.

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

Draws a plane and a visualization of its normal.

Public