Skip to content

raylib.DrawCubeWires

JoeStrout edited this page Apr 29, 2026 · 3 revisions

Draw cube wires

Parameters

Parameter Default Value Note
position
width 1.0
height 1.0
length 1.0
color WHITE

Return value

None.

Notes

Example

// Inside BeginMode3D / EndMode3D:
raylib.DrawCubeWires [0,1,0], 2, 2, 2, raylib.GREEN

Clone this wiki locally