DrawGridEx.

This commit is contained in:
jussi
2024-07-17 00:06:43 +03:00
parent 9dceeb8c05
commit c7b7975482
6 changed files with 71 additions and 0 deletions

6
API.md
View File

@@ -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
---