Ejemplo n.º 1
0
 /// <summary>
 /// Draws a segment
 /// </summary>
 public static void DrawSegment2(Segment2 segment, Color color, float duration = 0, bool depthTest = true)
 {
     Draw.Segment2(drawLine, segment, color, duration, depthTest);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Draws a segment
 /// </summary>
 public static void DrawSegment2(Segment2 segment)
 {
     Draw.Segment2(drawLine, segment);
 }