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