DrawLineStrip method

void DrawLineStrip(
  1. Pointer<Vector2C> points,
  2. int pointCount,
  3. ColorC color
)

Draw lines sequence (using gl lines)

Implementation

void DrawLineStrip(Pointer<Vector2C> points, int pointCount, ColorC color)
  => _DrawLineStrip(points, pointCount, color);