Skip to content

raylib.DrawCubeWiresV

JoeStrout edited this page Apr 29, 2026 · 3 revisions

Draw cube wires (vector version)

Parameters

Parameter Default Value Note
position
size [1, 1, 1]
color WHITE

Return value

None.

Notes

Example

// Inside BeginMode3D / EndMode3D:
raylib.DrawCubeWiresV [0,1,0], [2,2,2], raylib.GRAY

Clone this wiki locally