Skip to content

Commit 1009da4

Browse files
committed
gdextension: Sync with upstream commit bd6af8e0ea69167dd0627f3bd54f9105bda0f8b5 (4.1.1-stable)
1 parent 749b0b9 commit 1009da4

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

gdextension/extension_api.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"header": {
33
"version_major": 4,
44
"version_minor": 1,
5-
"version_patch": 0,
5+
"version_patch": 1,
66
"version_status": "stable",
77
"version_build": "official",
8-
"version_full_name": "Godot Engine v4.1.stable.official"
8+
"version_full_name": "Godot Engine v4.1.1.stable.official"
99
},
1010
"builtin_class_sizes": [
1111
{
@@ -53594,6 +53594,17 @@
5359453594
"type": "Transform3D"
5359553595
}
5359653596
},
53597+
{
53598+
"name": "get_camera_projection",
53599+
"is_const": true,
53600+
"is_vararg": false,
53601+
"is_static": false,
53602+
"is_virtual": false,
53603+
"hash": 2910717950,
53604+
"return_value": {
53605+
"type": "Projection"
53606+
}
53607+
},
5359753608
{
5359853609
"name": "get_fov",
5359953610
"is_const": true,

0 commit comments

Comments
 (0)