- Home /
Color Handles.DrawLine
Is there a way to color Handles.DrawLine(Vector3one, Vector3two); line instead of default white, if not, maybe there are other solutions, thanks!
Comment
Best Answer
Answer by ArkaneX · Sep 28, 2013 at 09:58 PM
Yes - change Handles.color before drawing.
As a side note - line is drawn using slightly modified color (alpha is multiplied by 0.75f).