summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
authorjussi2024-07-17 00:06:43 +0300
committerjussi2024-07-17 00:06:43 +0300
commitc7b7975482bb33e7fb352c5759920748b6d3769b (patch)
tree6a318d35a2e18a2d903f11f3bc4eda8359620ef8 /API.md
parent9dceeb8c058267e04bf551db7a9659e3ba5bdab3 (diff)
downloadreilua-enhanced-c7b7975482bb33e7fb352c5759920748b6d3769b.tar.gz
reilua-enhanced-c7b7975482bb33e7fb352c5759920748b6d3769b.tar.bz2
reilua-enhanced-c7b7975482bb33e7fb352c5759920748b6d3769b.zip
DrawGridEx.
Diffstat (limited to 'API.md')
-rw-r--r--API.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/API.md b/API.md
index e38b231..fc19591 100644
--- a/API.md
+++ b/API.md
@@ -7310,6 +7310,12 @@ Draw a grid (Centered at ( 0, 0, 0 ))
---
+> RL.DrawGridEx( Vector2 slices, Vector2 spacing, Matrix transform, Color color, Vector2|nil divider, Color|nil dividerColor )
+
+Draw a grid with extended parameters. Optionally you can define divider with different color for every n slices
+
+---
+
## Models - Model management functions
---