Handbook
Glossary
draw-cube ( position width height length color -- )
Vocabulary
raylib
Inputs
position
a
Vector3
width
a
float
height
a
float
length
a
float
color
a
Color
Outputs
None
Word description
Draw cube
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
draw-cube
void DrawCube
(
Vector3
position,
float
width,
float
height,
float
length,
Color
color )