Function Draw.SolidPlane
SolidPlane
(float3 center, float3 normal, float2 size)
Draws a solid plane.
Public
Static
SolidPlane
(float3 center, float3 normal, float2 size, Color color)
Draws a solid plane.
Public
Static
SolidPlane
(float3 center, quaternion rotation, float2 size)
Draws a solid plane.
Public
Static
SolidPlane
(float3 center, quaternion rotation, float2 size, Color color)
Draws a solid plane.
Public
Static