DrawLineStrip function

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

Implementation

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