Path: blob/master/modules/openxr/doc_classes/OpenXRSpatialComponentData.xml
11323 views
<?xml version="1.0" encoding="UTF-8" ?>1<class name="OpenXRSpatialComponentData" inherits="RefCounted" experimental="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">2<brief_description>3Object for storing OpenXR spatial entity component data.4</brief_description>5<description>6Object for storing OpenXR spatial entity component data.7</description>8<tutorials>9</tutorials>10<methods>11<method name="_get_component_type" qualifiers="virtual const">12<return type="int" />13<description>14Return the component type for the component we store data for.15</description>16</method>17<method name="_get_structure_data" qualifiers="virtual const">18<return type="int" />19<param index="0" name="next" type="int" />20<description>21Return a pointer to the structure data that will be submitted along with the snapshot query. This pointer must remain valid as long as this object is instantiated.22</description>23</method>24<method name="_set_capacity" qualifiers="virtual">25<return type="void" />26<param index="0" name="capacity" type="int" />27<description>28Set the expected capacity as provided by the spatial entities query system. Buffers should be initialized with the correct storage.29</description>30</method>31<method name="set_capacity">32<return type="void" />33<param index="0" name="capacity" type="int" />34<description>35Set the expected capacity as provided by the spatial entities query system. Buffers should be initialized with the correct storage.36</description>37</method>38</methods>39</class>404142