Skip to content

raylib.rlSetLineWidth

JoeStrout edited this page Apr 29, 2026 · 2 revisions

rlSetLineWidth

Parameters

Parameter Default Value Note
width 1

Return value

None.

Notes

Example

raylib.rlSetLineWidth 3
raylib.DrawLine 10, 10, 200, 200, raylib.RED
raylib.rlSetLineWidth 1

Clone this wiki locally