diff options
Diffstat (limited to 'ReiLua_API.lua')
| -rw-r--r-- | ReiLua_API.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ReiLua_API.lua b/ReiLua_API.lua index 1ee0846..ef5ac23 100644 --- a/ReiLua_API.lua +++ b/ReiLua_API.lua @@ -4738,6 +4738,12 @@ function RL.GetMeshBoundingBox( mesh ) end ---@return any RL.GenMeshTangents function RL.GenMeshTangents( mesh ) end +---Get mesh data as table. +---- Success return Mesh{} +---@param mesh any +---@return any meshData +function RL.GetMeshData( mesh ) end + -- Models - Mesh generation functions ---Generate polygonal mesh |
