DrawLineStrip function

void DrawLineStrip(
  1. StructPointer<Vector2D> points,
  2. int pointCount,
  3. ColorD color
)

See RaylibCoreFlatModule.DrawLineStrip.

Implementation

void DrawLineStrip(
  StructPointer<Vector2D> points,
  int pointCount,
  ColorD color,
) => _module.DrawLineStrip(points, pointCount, color);