diff options
| author | aiafrasinei <[email protected]> | 2024-03-07 13:28:11 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-03-07 12:28:11 +0100 |
| commit | 3b7be851515bf8ec4d9585352a5df8ba5aa85ac0 (patch) | |
| tree | f44af34c88922f0f90d39e1837c7ec08d30b3ff4 /parser/output/raylib_api.txt | |
| parent | fccdfa7926260339a66a5590c0246f4c158c5970 (diff) | |
| download | raylib-3b7be851515bf8ec4d9585352a5df8ba5aa85ac0.tar.gz raylib-3b7be851515bf8ec4d9585352a5df8ba5aa85ac0.zip | |
Screen space related functions consistency (#3830)
* Screen/world-space related functions rename
* Update raylib_api.* by CI
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'parser/output/raylib_api.txt')
| -rw-r--r-- | parser/output/raylib_api.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/parser/output/raylib_api.txt b/parser/output/raylib_api.txt index 668e84bb..a0477b66 100644 --- a/parser/output/raylib_api.txt +++ b/parser/output/raylib_api.txt @@ -1421,14 +1421,14 @@ Function 083: UnloadShader() (1 input parameters) Return type: void Description: Unload shader from GPU memory (VRAM) Param[1]: shader (type: Shader) -Function 084: GetMouseRay() (2 input parameters) - Name: GetMouseRay +Function 084: GetScreenToWorldRay() (2 input parameters) + Name: GetScreenToWorldRay Return type: Ray Description: Get a ray trace from mouse position Param[1]: mousePosition (type: Vector2) Param[2]: camera (type: Camera) -Function 085: GetViewRay() (4 input parameters) - Name: GetViewRay +Function 085: GetScreenToWorldRayEx() (4 input parameters) + Name: GetScreenToWorldRayEx Return type: Ray Description: Get a ray trace from mouse position in a viewport Param[1]: mousePosition (type: Vector2) |
