From 1009da4d7e395abadfdb454cff6623e9456181c4 Mon Sep 17 00:00:00 2001 From: Yuri Sizov Date: Mon, 17 Jul 2023 20:10:45 +0200 Subject: [PATCH] gdextension: Sync with upstream commit bd6af8e0ea69167dd0627f3bd54f9105bda0f8b5 (4.1.1-stable) --- gdextension/extension_api.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/gdextension/extension_api.json b/gdextension/extension_api.json index d089475b3..40481edb7 100644 --- a/gdextension/extension_api.json +++ b/gdextension/extension_api.json @@ -2,10 +2,10 @@ "header": { "version_major": 4, "version_minor": 1, - "version_patch": 0, + "version_patch": 1, "version_status": "stable", "version_build": "official", - "version_full_name": "Godot Engine v4.1.stable.official" + "version_full_name": "Godot Engine v4.1.1.stable.official" }, "builtin_class_sizes": [ { @@ -53594,6 +53594,17 @@ "type": "Transform3D" } }, + { + "name": "get_camera_projection", + "is_const": true, + "is_vararg": false, + "is_static": false, + "is_virtual": false, + "hash": 2910717950, + "return_value": { + "type": "Projection" + } + }, { "name": "get_fov", "is_const": true,