Path: blob/master/modules/openxr/doc_classes/OpenXRSpatialComponentPersistenceList.xml
11323 views
<?xml version="1.0" encoding="UTF-8" ?>1<class name="OpenXRSpatialComponentPersistenceList" inherits="OpenXRSpatialComponentData" experimental="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">2<brief_description>3Object for storing the query persistence result data.4</brief_description>5<description>6Object for storing the query persistence result data when calling [method OpenXRSpatialEntityExtension.query_snapshot].7</description>8<tutorials>9</tutorials>10<methods>11<method name="get_persistent_state" qualifiers="const">12<return type="int" />13<param index="0" name="index" type="int" />14<description>15Returns the persistent state ([code]XrSpatialPersistenceStateEXT[/code]) for the entity at this [param index].16</description>17</method>18<method name="get_persistent_uuid" qualifiers="const">19<return type="String" />20<param index="0" name="index" type="int" />21<description>22Returns the persistent uuid for the entity at this [param index].23</description>24</method>25</methods>26</class>272829