rlSetLineWidth method

void rlSetLineWidth(
  1. double width
)

Set the line drawing width

Implementation

void rlSetLineWidth(double width)
  => _rlSetLineWidth(width);