Skip to content

Commit

Permalink
gdextension: Sync with upstream commit bd6af8e0ea69167dd0627f3bd54f91…
Browse files Browse the repository at this point in the history
…05bda0f8b5 (4.1.1-stable)
  • Loading branch information
YuriSizov committed Jul 17, 2023
1 parent 749b0b9 commit 1009da4
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions gdextension/extension_api.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 1009da4

Please sign in to comment.