Skip to content

raylib.rlEnableWireMode

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Enable wire mode

Parameters

None.

Return value

None.

Notes

Example

raylib.rlEnableWireMode
raylib.DrawCube [0, 0, 0], 2, 2, 2, raylib.RED
raylib.rlDisableWireMode

Clone this wiki locally