From c7b7975482bb33e7fb352c5759920748b6d3769b Mon Sep 17 00:00:00 2001 From: jussi Date: Wed, 17 Jul 2024 00:06:43 +0300 Subject: DrawGridEx. --- API.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'API.md') 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 --- -- cgit v1.2.3