Skip to content

raylib.DrawPolyLinesEx

JoeStrout edited this page Apr 29, 2026 · 2 revisions

DrawPolyLinesEx

Parameters

Parameter Default Value Note
center [100, 100]
sides 6
radius 32
rotation 0
lineThick 1
color WHITE

Return value

None.

Notes

Example

// Draw a thick outlined octagon centered at (200, 200)
raylib.DrawPolyLinesEx [200, 200], 8, 60, 0, 3, raylib.RED

Clone this wiki locally