diff options
| author | jussi | 2024-07-17 00:06:43 +0300 |
|---|---|---|
| committer | jussi | 2024-07-17 00:06:43 +0300 |
| commit | c7b7975482bb33e7fb352c5759920748b6d3769b (patch) | |
| tree | 6a318d35a2e18a2d903f11f3bc4eda8359620ef8 /ReiLua_API.lua | |
| parent | 9dceeb8c058267e04bf551db7a9659e3ba5bdab3 (diff) | |
| download | reilua-enhanced-c7b7975482bb33e7fb352c5759920748b6d3769b.tar.gz reilua-enhanced-c7b7975482bb33e7fb352c5759920748b6d3769b.tar.bz2 reilua-enhanced-c7b7975482bb33e7fb352c5759920748b6d3769b.zip | |
DrawGridEx.
Diffstat (limited to 'ReiLua_API.lua')
| -rw-r--r-- | ReiLua_API.lua | 10 |
1 files changed, 10 insertions, 0 deletions
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) |
