diff options
| author | Ray <[email protected]> | 2024-02-04 11:53:04 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2024-02-04 11:53:04 +0100 |
| commit | d34956b197caa485ba81dcf24cdc9601b87eab43 (patch) | |
| tree | e8b17aecc994a6343a96c5b078009a41526cc437 /parser/output/raylib_api.json | |
| parent | c31559101a9fa565545a3ab5046e3a0554a891dc (diff) | |
| parent | 250d89b6211d893a4f55732a08b67bad834d5576 (diff) | |
| download | raylib-d34956b197caa485ba81dcf24cdc9601b87eab43.tar.gz raylib-d34956b197caa485ba81dcf24cdc9601b87eab43.zip | |
Merge branch 'master' of https://github.com/raysan5/raylib
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", |
