From 250d89b6211d893a4f55732a08b67bad834d5576 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 4 Feb 2024 10:37:24 +0000 Subject: Update raylib_api.* by CI --- parser/output/raylib_api.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'parser/output/raylib_api.json') 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 @@ -3886,6 +3886,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)", -- cgit v1.2.3