DrawLineStrip method

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

Implementation

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