Path: blob/master/modules/openxr/doc_classes/OpenXRSpatialCapabilityConfigurationAnchor.xml
11323 views
<?xml version="1.0" encoding="UTF-8" ?>1<class name="OpenXRSpatialCapabilityConfigurationAnchor" inherits="OpenXRSpatialCapabilityConfigurationBaseHeader" experimental="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">2<brief_description>3Configuration header for spatial anchors.4</brief_description>5<description>6Configuration header for spatial anchors. Pass this to [method OpenXRSpatialEntityExtension.create_spatial_context] to create a spatial context with spatial anchor capabilities.7</description>8<tutorials>9</tutorials>10<methods>11<method name="get_enabled_components" qualifiers="const">12<return type="PackedInt64Array" />13<description>14Returns the components enabled by this configuration.15[b]Note:[/b] Only valid after this configuration was used to create a spatial context.16</description>17</method>18</methods>19</class>202122