mirror of
https://github.com/godotengine/godot-cpp.git
synced 2026-01-06 06:10:06 +03:00
gdextension: Sync with upstream commit c81fd6c51233a727da528cf7f74137d56b5d6efe (4.5-beta5)
This commit is contained in:
@@ -3,9 +3,9 @@
|
|||||||
"version_major": 4,
|
"version_major": 4,
|
||||||
"version_minor": 5,
|
"version_minor": 5,
|
||||||
"version_patch": 0,
|
"version_patch": 0,
|
||||||
"version_status": "beta4",
|
"version_status": "beta5",
|
||||||
"version_build": "official",
|
"version_build": "official",
|
||||||
"version_full_name": "Godot Engine v4.5.beta4.official",
|
"version_full_name": "Godot Engine v4.5.beta5.official",
|
||||||
"precision": "single"
|
"precision": "single"
|
||||||
},
|
},
|
||||||
"builtin_class_sizes": [
|
"builtin_class_sizes": [
|
||||||
@@ -42766,6 +42766,26 @@
|
|||||||
"is_instantiable": true,
|
"is_instantiable": true,
|
||||||
"inherits": "Node3D",
|
"inherits": "Node3D",
|
||||||
"api_type": "core",
|
"api_type": "core",
|
||||||
|
"enums": [
|
||||||
|
{
|
||||||
|
"name": "DopplerTracking",
|
||||||
|
"is_bitfield": false,
|
||||||
|
"values": [
|
||||||
|
{
|
||||||
|
"name": "DOPPLER_TRACKING_DISABLED",
|
||||||
|
"value": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "DOPPLER_TRACKING_IDLE_STEP",
|
||||||
|
"value": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "DOPPLER_TRACKING_PHYSICS_STEP",
|
||||||
|
"value": 2
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
"methods": [
|
"methods": [
|
||||||
{
|
{
|
||||||
"name": "make_current",
|
"name": "make_current",
|
||||||
@@ -42804,6 +42824,39 @@
|
|||||||
"return_value": {
|
"return_value": {
|
||||||
"type": "Transform3D"
|
"type": "Transform3D"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "set_doppler_tracking",
|
||||||
|
"is_const": false,
|
||||||
|
"is_vararg": false,
|
||||||
|
"is_static": false,
|
||||||
|
"is_virtual": false,
|
||||||
|
"hash": 2365921740,
|
||||||
|
"arguments": [
|
||||||
|
{
|
||||||
|
"name": "mode",
|
||||||
|
"type": "enum::AudioListener3D.DopplerTracking"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "get_doppler_tracking",
|
||||||
|
"is_const": true,
|
||||||
|
"is_vararg": false,
|
||||||
|
"is_static": false,
|
||||||
|
"is_virtual": false,
|
||||||
|
"hash": 550229039,
|
||||||
|
"return_value": {
|
||||||
|
"type": "enum::AudioListener3D.DopplerTracking"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"properties": [
|
||||||
|
{
|
||||||
|
"type": "int",
|
||||||
|
"name": "doppler_tracking",
|
||||||
|
"setter": "set_doppler_tracking",
|
||||||
|
"getter": "get_doppler_tracking"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -60782,7 +60835,7 @@
|
|||||||
"hash": 2586408642,
|
"hash": 2586408642,
|
||||||
"arguments": [
|
"arguments": [
|
||||||
{
|
{
|
||||||
"name": "position_smoothing_speed",
|
"name": "enabled",
|
||||||
"type": "bool"
|
"type": "bool"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -84785,6 +84838,50 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "AccessibilityScrollUnit",
|
||||||
|
"is_bitfield": false,
|
||||||
|
"values": [
|
||||||
|
{
|
||||||
|
"name": "SCROLL_UNIT_ITEM",
|
||||||
|
"value": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "SCROLL_UNIT_PAGE",
|
||||||
|
"value": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "AccessibilityScrollHint",
|
||||||
|
"is_bitfield": false,
|
||||||
|
"values": [
|
||||||
|
{
|
||||||
|
"name": "SCROLL_HINT_TOP_LEFT",
|
||||||
|
"value": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "SCROLL_HINT_BOTTOM_RIGHT",
|
||||||
|
"value": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "SCROLL_HINT_TOP_EDGE",
|
||||||
|
"value": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "SCROLL_HINT_BOTTOM_EDGE",
|
||||||
|
"value": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "SCROLL_HINT_LEFT_EDGE",
|
||||||
|
"value": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "SCROLL_HINT_RIGHT_EDGE",
|
||||||
|
"value": 5
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "MouseMode",
|
"name": "MouseMode",
|
||||||
"is_bitfield": false,
|
"is_bitfield": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user