rlSetLineWidth method
Implementation
void rlSetLineWidth(
num width,
) => run(
() => 'rlSetLineWidth($width)',
() => rl.Rlgl.rlSetLineWidth(width.toDouble()),
);
void rlSetLineWidth(
num width,
) => run(
() => 'rlSetLineWidth($width)',
() => rl.Rlgl.rlSetLineWidth(width.toDouble()),
);