Answers for "how to control the thickness of Debug.DrawLine"

0

how to control the thickness of Debug.DrawLine

var p1 = startPosition; var p2 = endPosition; var thickness = 3; Handles.DrawBezier(p1,p2,p1,p2, Color.red,null,thickness);
Posted by: Guest on April-29-2021

Code answers related to "how to control the thickness of Debug.DrawLine"

Browse Popular Code Answers by Language