DrawPoly function
See RaylibCore.DrawPoly.
Implementation
void DrawPoly(
Vector2C center,
int sides,
double radius,
double rotation,
ColorC color,
) => _module.DrawPoly(center, sides, radius, rotation, color);
See RaylibCore.DrawPoly.
void DrawPoly(
Vector2C center,
int sides,
double radius,
double rotation,
ColorC color,
) => _module.DrawPoly(center, sides, radius, rotation, color);