Draws a line between two points.
Vector3
a
b
void Update () { Draw.Line(Vector3.zero, Vector3.up);}
Color
color
float3