draw-cube-wires ( position width height length color -- )


Vocabulary
raylib

Inputs
positiona Vector3
widtha float
heighta float
lengtha float
colora Color


Outputs
None

Word description
Draw cube wires

Definition


LIBRARY: raylib FUNCTION-ALIAS: draw-cube-wires void
DrawCubeWires
( Vector3 position, float width, float height, float length,
Color color )