Handbook
Glossary
draw-bounding-box ( box color -- )
Vocabulary
raylib
Inputs
box
a
BoundingBox
color
a
Color
Outputs
None
Word description
Draw bounding box (wires)
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
draw-bounding-box
void
DrawBoundingBox (
BoundingBox
box,
Color
color )