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.json | |
| parent | 9a5dddc311d890c30474d8ac28e6887ffd11688e (diff) | |
| download | raylib-250d89b6211d893a4f55732a08b67bad834d5576.tar.gz raylib-250d89b6211d893a4f55732a08b67bad834d5576.zip | |
Update raylib_api.* by CI
Diffstat (limited to 'parser/output/raylib_api.json')
| -rw-r--r-- | parser/output/raylib_api.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/parser/output/raylib_api.json b/parser/output/raylib_api.json index dd305c5c..c48c1dd5 100644 --- a/parser/output/raylib_api.json +++ b/parser/output/raylib_api.json @@ -3887,6 +3887,29 @@ ] }, { + "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", |
