feat: updated engine
This commit is contained in:
parent
cbe99774ff
commit
f4cf6b3999
6607 changed files with 910135 additions and 430025 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="OpenXRSpatialCapabilityConfigurationBaseHeader" inherits="RefCounted" experimental="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
|
||||
<class name="OpenXRSpatialCapabilityConfigurationBaseHeader" inherits="RefCounted" api_type="core" experimental="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
|
||||
<brief_description>
|
||||
Wrapper base class for OpenXR Spatial Capability Configuration headers.
|
||||
</brief_description>
|
||||
|
|
@ -21,6 +21,13 @@
|
|||
Return [code]true[/code] if this object contains a valid configuration that can be retrieved when calling [method _get_configuration].
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_configuration">
|
||||
<return type="int" />
|
||||
<description>
|
||||
Gets a pointer to the [code]XrSpatialCapabilityConfigurationBaseHeaderEXT[/code] struct.
|
||||
[b]Note:[/b] This method is intended to be used from GDExtensions.
|
||||
</description>
|
||||
</method>
|
||||
<method name="has_valid_configuration" qualifiers="const">
|
||||
<return type="bool" />
|
||||
<description>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue