OpenXRSpatialComponentPersistenceList.xml 1.1 KB

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