DrawTriangleFan function

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

See RaylibCoreFlatModule.DrawTriangleFan.

Implementation

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