Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
godotengine
GitHub Repository: godotengine/godot
Path: blob/master/misc/extension_api_validation/4.6-stable/GH-118128.txt
59211 views
1
GH-118128
2
---------
3
Validate extension JSON: Error: Field 'classes/OpenXRSpatialAnchorCapability/methods/create_new_anchor/arguments': size changed value in new API, from 2 to 3.
4
Validate extension JSON: Error: Field 'classes/OpenXRSpatialComponentData/methods/_get_structure_data': is_const changed value in new API, from true to false.
5
6
Added optional "next" structure when creating a new anchor. The "next" structure is passed to the XR runtime.
7
Made "OpenXRSpatialComponentData::_get_structure_data" (which is the virtual method that GDExtensions can override) non-const, which is consistent with the core virtual "OpenXRSpatialComponentData::get_structure_data" method.
8
Compatibility methods registered.
9
10