OpenXRStructureBase.xml 1.1 KB

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="OpenXRStructureBase" inherits="RefCounted" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
  3. <brief_description>
  4. Object for storing OpenXR structure data.
  5. </brief_description>
  6. <description>
  7. Object for storing OpenXR structure data that is passed when calling into OpenXR APIs.
  8. </description>
  9. <tutorials>
  10. </tutorials>
  11. <methods>
  12. <method name="_get_header" qualifiers="virtual">
  13. <return type="int" />
  14. <param index="0" name="next" type="int" />
  15. <description>
  16. </description>
  17. </method>
  18. <method name="get_structure_type">
  19. <return type="int" />
  20. <description>
  21. Returns the structure type (OpenXR [code]XrStructureType[/code]) used for this structure.
  22. </description>
  23. </method>
  24. </methods>
  25. <members>
  26. <member name="next" type="OpenXRStructureBase" setter="set_next" getter="get_next">
  27. Setting another structure object here chains these structures together to extend the API functionality. Consult the OpenXR documentation for which structures can be used with a given API call.
  28. </member>
  29. </members>
  30. </class>