diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-02-04 10:37:24 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-02-04 10:37:24 +0000 |
| commit | 250d89b6211d893a4f55732a08b67bad834d5576 (patch) | |
| tree | e6a50976dc990ae10e2bb80e07b268746447da1d /parser/output/raylib_api.lua | |
| parent | 9a5dddc311d890c30474d8ac28e6887ffd11688e (diff) | |
| download | raylib-250d89b6211d893a4f55732a08b67bad834d5576.tar.gz raylib-250d89b6211d893a4f55732a08b67bad834d5576.zip | |
Update raylib_api.* by CI
Diffstat (limited to 'parser/output/raylib_api.lua')
| -rw-r--r-- | parser/output/raylib_api.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/parser/output/raylib_api.lua b/parser/output/raylib_api.lua index d4a8aeed..882fb61f 100644 --- a/parser/output/raylib_api.lua +++ b/parser/output/raylib_api.lua @@ -3644,6 +3644,17 @@ return { } }, { + 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)", returnType = "Matrix", |
