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