OpenXRSpatialCapabilityConfigurationQrCode.xml 949 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="OpenXRSpatialCapabilityConfigurationQrCode" inherits="OpenXRSpatialCapabilityConfigurationBaseHeader" experimental="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
  3. <brief_description>
  4. Configuration header for micro QR code markers.
  5. </brief_description>
  6. <description>
  7. Configuration header for micro QR code markers. Pass this to [method OpenXRSpatialEntityExtension.create_spatial_context] to create a spatial context that can detect micro QR code markers.
  8. </description>
  9. <tutorials>
  10. </tutorials>
  11. <methods>
  12. <method name="get_enabled_components" qualifiers="const">
  13. <return type="PackedInt64Array" />
  14. <description>
  15. Returns the components enabled by this configuration.
  16. [b]Note:[/b] Only valid after this configuration was used to create a spatial context.
  17. </description>
  18. </method>
  19. </methods>
  20. </class>