OpenXRSpatialComponentAnchorList.xml 800 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="OpenXRSpatialComponentAnchorList" 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 queries anchor result data.
  5. </brief_description>
  6. <description>
  7. Object for storing the queries anchor result data when calling [method OpenXRSpatialEntityExtension.query_snapshot].
  8. </description>
  9. <tutorials>
  10. </tutorials>
  11. <methods>
  12. <method name="get_entity_pose" qualifiers="const">
  13. <return type="Transform3D" />
  14. <param index="0" name="index" type="int" />
  15. <description>
  16. Returns the transform for the entity at this [param index].
  17. </description>
  18. </method>
  19. </methods>
  20. </class>