rlSetLineWidth method

void rlSetLineWidth(
  1. double width
)

Implementation

void rlSetLineWidth(double width) {
  return _rlSetLineWidth(width);
}