Here are the examples of the csharp api Anima2D.HandlesExtra.DrawLine(UnityEngine.Vector3, UnityEngine.Vector3, UnityEngine.Vector3, float, float, UnityEngine.Color) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.
1 Examples
19
View Source File : HandlesExtra.cs
License : MIT License
Project Creator : Crazy-Marvin
License : MIT License
Project Creator : Crazy-Marvin
public static void DrawLine (Vector3 p1, Vector3 p2, Vector3 normal, float widthP1, float widthP2)
{
DrawLine(p1,p2,normal,widthP1,widthP2,Handles.color);
}