draw-rectangle-pro ( rec origin rotation color -- )


Vocabulary
raylib

Inputs
reca Rectangle
origina Vector2
rotationa float
colora Color


Outputs
None

Word description
Draw a color-filled rectangle with pro parameters

Definition


LIBRARY: raylib FUNCTION-ALIAS: draw-rectangle-pro void
DrawRectanglePro
( Rectangle rec, Vector2 origin, float rotation, Color color
)