From c7b7975482bb33e7fb352c5759920748b6d3769b Mon Sep 17 00:00:00 2001 From: jussi Date: Wed, 17 Jul 2024 00:06:43 +0300 Subject: DrawGridEx. --- ReiLua_API.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ReiLua_API.lua') diff --git a/ReiLua_API.lua b/ReiLua_API.lua index afe86e6..5a69d0e 100644 --- a/ReiLua_API.lua +++ b/ReiLua_API.lua @@ -4495,6 +4495,16 @@ function RL.DrawRay( ray, color ) end ---@return any RL.DrawGrid function RL.DrawGrid( slices, spacing ) end +---Draw a grid with extended parameters. Optionally you can define divider with different color for every n slices +---@param slices table +---@param spacing table +---@param transform table +---@param color table +---@param divider table|nil +---@param dividerColor table|nil +---@return any RL.DrawGridEx +function RL.DrawGridEx( slices, spacing, transform, color, divider, dividerColor ) end + -- Models - Model management functions ---Load model from files (Meshes and materials) -- cgit v1.2.3