DrawLine method
Label for RaylibCoreModuleBase.DrawLine.
Implementation
String DrawLine(
num startPosX,
num startPosY,
num endPosX,
num endPosY,
ColorBase color,
) => 'DrawLine($startPosX, $startPosY, $endPosX, $endPosY, $color)';
Label for RaylibCoreModuleBase.DrawLine.
String DrawLine(
num startPosX,
num startPosY,
num endPosX,
num endPosY,
ColorBase color,
) => 'DrawLine($startPosX, $startPosY, $endPosX, $endPosY, $color)';