DrawLine function
See RaylibCoreFlatModule.DrawLine.
Implementation
void DrawLine(
int startPosX,
int startPosY,
int endPosX,
int endPosY,
ColorD color,
) => _module.DrawLine(startPosX, startPosY, endPosX, endPosY, color);
See RaylibCoreFlatModule.DrawLine.
void DrawLine(
int startPosX,
int startPosY,
int endPosX,
int endPosY,
ColorD color,
) => _module.DrawLine(startPosX, startPosY, endPosX, endPosY, color);