We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 749b0b9 commit 1009da4Copy full SHA for 1009da4
gdextension/extension_api.json
@@ -2,10 +2,10 @@
2
"header": {
3
"version_major": 4,
4
"version_minor": 1,
5
- "version_patch": 0,
+ "version_patch": 1,
6
"version_status": "stable",
7
"version_build": "official",
8
- "version_full_name": "Godot Engine v4.1.stable.official"
+ "version_full_name": "Godot Engine v4.1.1.stable.official"
9
},
10
"builtin_class_sizes": [
11
{
@@ -53594,6 +53594,17 @@
53594
"type": "Transform3D"
53595
}
53596
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
+ },
53608
53609
"name": "get_fov",
53610
"is_const": true,
0 commit comments