gdextension: Sync with upstream commit bd6af8e0ea69167dd0627f3bd54f9105bda0f8b5 (4.1.1-stable)
parent
749b0b9ae0
commit
1009da4d7e
|
@ -2,10 +2,10 @@
|
||||||
"header": {
|
"header": {
|
||||||
"version_major": 4,
|
"version_major": 4,
|
||||||
"version_minor": 1,
|
"version_minor": 1,
|
||||||
"version_patch": 0,
|
"version_patch": 1,
|
||||||
"version_status": "stable",
|
"version_status": "stable",
|
||||||
"version_build": "official",
|
"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": [
|
"builtin_class_sizes": [
|
||||||
{
|
{
|
||||||
|
@ -53594,6 +53594,17 @@
|
||||||
"type": "Transform3D"
|
"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",
|
"name": "get_fov",
|
||||||
"is_const": true,
|
"is_const": true,
|
||||||
|
|
Loading…
Reference in New Issue