Function CommandBuilder2D.Line
Line
(float2 a, float2 b)
Draws a line between two points.
Public
Line
(float3 a, float3 b)
Draws a line between two points.
Public