DrawRectangle method
Label for RaylibCoreModuleBase.DrawRectangle.
Implementation
String DrawRectangle(
num posX,
num posY,
num width,
num height,
ColorBase color,
) => 'DrawRectangle($posX, $posY, $width, $height, $color)';
Label for RaylibCoreModuleBase.DrawRectangle.
String DrawRectangle(
num posX,
num posY,
num width,
num height,
ColorBase color,
) => 'DrawRectangle($posX, $posY, $width, $height, $color)';