gdextension: Sync with upstream commit a013481b0911e59cc3f3dea7ebb732450c3e1460 (4.4-beta2)
parent
3c55ca7a14
commit
f06af65c87
|
@ -3,9 +3,9 @@
|
|||
"version_major": 4,
|
||||
"version_minor": 4,
|
||||
"version_patch": 0,
|
||||
"version_status": "beta1",
|
||||
"version_status": "beta2",
|
||||
"version_build": "official",
|
||||
"version_full_name": "Godot Engine v4.4.beta1.official"
|
||||
"version_full_name": "Godot Engine v4.4.beta2.official"
|
||||
},
|
||||
"builtin_class_sizes": [
|
||||
{
|
||||
|
@ -57485,6 +57485,31 @@
|
|||
"type": "enum::CSGPolygon3D.PathRotation"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "set_path_rotation_accurate",
|
||||
"is_const": false,
|
||||
"is_vararg": false,
|
||||
"is_static": false,
|
||||
"is_virtual": false,
|
||||
"hash": 2586408642,
|
||||
"arguments": [
|
||||
{
|
||||
"name": "enable",
|
||||
"type": "bool"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "get_path_rotation_accurate",
|
||||
"is_const": true,
|
||||
"is_vararg": false,
|
||||
"is_static": false,
|
||||
"is_virtual": false,
|
||||
"hash": 36873697,
|
||||
"return_value": {
|
||||
"type": "bool"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "set_path_local",
|
||||
"is_const": false,
|
||||
|
@ -57699,6 +57724,12 @@
|
|||
"setter": "set_path_rotation",
|
||||
"getter": "get_path_rotation"
|
||||
},
|
||||
{
|
||||
"type": "bool",
|
||||
"name": "path_rotation_accurate",
|
||||
"setter": "set_path_rotation_accurate",
|
||||
"getter": "get_path_rotation_accurate"
|
||||
},
|
||||
{
|
||||
"type": "bool",
|
||||
"name": "path_local",
|
||||
|
@ -71599,6 +71630,56 @@
|
|||
"type": "bool"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "set_debug_color",
|
||||
"is_const": false,
|
||||
"is_vararg": false,
|
||||
"is_static": false,
|
||||
"is_virtual": false,
|
||||
"hash": 2920490490,
|
||||
"arguments": [
|
||||
{
|
||||
"name": "color",
|
||||
"type": "Color"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "get_debug_color",
|
||||
"is_const": true,
|
||||
"is_vararg": false,
|
||||
"is_static": false,
|
||||
"is_virtual": false,
|
||||
"hash": 3444240500,
|
||||
"return_value": {
|
||||
"type": "Color"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "set_enable_debug_fill",
|
||||
"is_const": false,
|
||||
"is_vararg": false,
|
||||
"is_static": false,
|
||||
"is_virtual": false,
|
||||
"hash": 2586408642,
|
||||
"arguments": [
|
||||
{
|
||||
"name": "enable",
|
||||
"type": "bool"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "get_enable_debug_fill",
|
||||
"is_const": true,
|
||||
"is_vararg": false,
|
||||
"is_static": false,
|
||||
"is_virtual": false,
|
||||
"hash": 36873697,
|
||||
"return_value": {
|
||||
"type": "bool"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "set_margin",
|
||||
"is_const": false,
|
||||
|
@ -71651,6 +71732,18 @@
|
|||
"name": "margin",
|
||||
"setter": "set_margin",
|
||||
"getter": "get_margin"
|
||||
},
|
||||
{
|
||||
"type": "Color",
|
||||
"name": "debug_color",
|
||||
"setter": "set_debug_color",
|
||||
"getter": "get_debug_color"
|
||||
},
|
||||
{
|
||||
"type": "bool",
|
||||
"name": "debug_fill",
|
||||
"setter": "set_enable_debug_fill",
|
||||
"getter": "get_enable_debug_fill"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -80987,6 +81080,10 @@
|
|||
{
|
||||
"name": "MOUSE_MODE_CONFINED_HIDDEN",
|
||||
"value": 4
|
||||
},
|
||||
{
|
||||
"name": "MOUSE_MODE_MAX",
|
||||
"value": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -129399,6 +129496,10 @@
|
|||
{
|
||||
"name": "MOUSE_MODE_CONFINED_HIDDEN",
|
||||
"value": 4
|
||||
},
|
||||
{
|
||||
"name": "MOUSE_MODE_MAX",
|
||||
"value": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue