OpenXRSpatialPlaneTrackingCapability.xml 712 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="OpenXRSpatialPlaneTrackingCapability" inherits="OpenXRExtensionWrapper" experimental="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
  3. <brief_description>
  4. Implementation for handling spatial entity plane tracking logic.
  5. </brief_description>
  6. <description>
  7. This class handles the OpenXR plane tracking spatial entity extension.
  8. </description>
  9. <tutorials>
  10. </tutorials>
  11. <methods>
  12. <method name="is_supported">
  13. <return type="bool" />
  14. <description>
  15. Returns [code]true[/code] if plane tracking is supported by the current device.
  16. </description>
  17. </method>
  18. </methods>
  19. </class>