Update raylib_api.* by CI

This commit is contained in:
github-actions[bot] 2024-02-04 10:37:24 +00:00
parent 9a5dddc311
commit 250d89b621
4 changed files with 524 additions and 476 deletions

View file

@ -3643,6 +3643,17 @@ return {
{type = "Camera", name = "camera"}
}
},
{
name = "GetViewRay",
description = "Get a ray trace from mouse position in a viewport",
returnType = "Ray",
params = {
{type = "Vector2", name = "mousePosition"},
{type = "Camera", name = "camera"},
{type = "float", name = "width"},
{type = "float", name = "height"}
}
},
{
name = "GetCameraMatrix",
description = "Get camera transform matrix (view matrix)",