Skip to content

Commit 1421ba2

Browse files
committed
gdextension: Sync with upstream commit c81fd6c51233a727da528cf7f74137d56b5d6efe (4.5-beta5)
1 parent e0c0c56 commit 1421ba2

File tree

1 file changed

+100
-3
lines changed

1 file changed

+100
-3
lines changed

gdextension/extension_api.json

Lines changed: 100 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version_major": 4,
44
"version_minor": 5,
55
"version_patch": 0,
6-
"version_status": "beta4",
6+
"version_status": "beta5",
77
"version_build": "official",
8-
"version_full_name": "Godot Engine v4.5.beta4.official",
8+
"version_full_name": "Godot Engine v4.5.beta5.official",
99
"precision": "single"
1010
},
1111
"builtin_class_sizes": [
@@ -42766,6 +42766,26 @@
4276642766
"is_instantiable": true,
4276742767
"inherits": "Node3D",
4276842768
"api_type": "core",
42769+
"enums": [
42770+
{
42771+
"name": "DopplerTracking",
42772+
"is_bitfield": false,
42773+
"values": [
42774+
{
42775+
"name": "DOPPLER_TRACKING_DISABLED",
42776+
"value": 0
42777+
},
42778+
{
42779+
"name": "DOPPLER_TRACKING_IDLE_STEP",
42780+
"value": 1
42781+
},
42782+
{
42783+
"name": "DOPPLER_TRACKING_PHYSICS_STEP",
42784+
"value": 2
42785+
}
42786+
]
42787+
}
42788+
],
4276942789
"methods": [
4277042790
{
4277142791
"name": "make_current",
@@ -42804,6 +42824,39 @@
4280442824
"return_value": {
4280542825
"type": "Transform3D"
4280642826
}
42827+
},
42828+
{
42829+
"name": "set_doppler_tracking",
42830+
"is_const": false,
42831+
"is_vararg": false,
42832+
"is_static": false,
42833+
"is_virtual": false,
42834+
"hash": 2365921740,
42835+
"arguments": [
42836+
{
42837+
"name": "mode",
42838+
"type": "enum::AudioListener3D.DopplerTracking"
42839+
}
42840+
]
42841+
},
42842+
{
42843+
"name": "get_doppler_tracking",
42844+
"is_const": true,
42845+
"is_vararg": false,
42846+
"is_static": false,
42847+
"is_virtual": false,
42848+
"hash": 550229039,
42849+
"return_value": {
42850+
"type": "enum::AudioListener3D.DopplerTracking"
42851+
}
42852+
}
42853+
],
42854+
"properties": [
42855+
{
42856+
"type": "int",
42857+
"name": "doppler_tracking",
42858+
"setter": "set_doppler_tracking",
42859+
"getter": "get_doppler_tracking"
4280742860
}
4280842861
]
4280942862
},
@@ -60782,7 +60835,7 @@
6078260835
"hash": 2586408642,
6078360836
"arguments": [
6078460837
{
60785-
"name": "position_smoothing_speed",
60838+
"name": "enabled",
6078660839
"type": "bool"
6078760840
}
6078860841
]
@@ -84785,6 +84838,50 @@
8478584838
}
8478684839
]
8478784840
},
84841+
{
84842+
"name": "AccessibilityScrollUnit",
84843+
"is_bitfield": false,
84844+
"values": [
84845+
{
84846+
"name": "SCROLL_UNIT_ITEM",
84847+
"value": 0
84848+
},
84849+
{
84850+
"name": "SCROLL_UNIT_PAGE",
84851+
"value": 1
84852+
}
84853+
]
84854+
},
84855+
{
84856+
"name": "AccessibilityScrollHint",
84857+
"is_bitfield": false,
84858+
"values": [
84859+
{
84860+
"name": "SCROLL_HINT_TOP_LEFT",
84861+
"value": 0
84862+
},
84863+
{
84864+
"name": "SCROLL_HINT_BOTTOM_RIGHT",
84865+
"value": 1
84866+
},
84867+
{
84868+
"name": "SCROLL_HINT_TOP_EDGE",
84869+
"value": 2
84870+
},
84871+
{
84872+
"name": "SCROLL_HINT_BOTTOM_EDGE",
84873+
"value": 3
84874+
},
84875+
{
84876+
"name": "SCROLL_HINT_LEFT_EDGE",
84877+
"value": 4
84878+
},
84879+
{
84880+
"name": "SCROLL_HINT_RIGHT_EDGE",
84881+
"value": 5
84882+
}
84883+
]
84884+
},
8478884885
{
8478984886
"name": "MouseMode",
8479084887
"is_bitfield": false,

0 commit comments

Comments
 (0)