DrawText function
See RaylibCoreFlatModule.DrawText.
Implementation
void DrawText(
MemoryPointer<RChar> text,
int posX,
int posY,
int fontSize,
ColorD color,
) => _module.DrawText(text, posX, posY, fontSize, color);
See RaylibCoreFlatModule.DrawText.
void DrawText(
MemoryPointer<RChar> text,
int posX,
int posY,
int fontSize,
ColorD color,
) => _module.DrawText(text, posX, posY, fontSize, color);