OpenXRSpatialComponentPlaneSemanticLabelList.xml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="OpenXRSpatialComponentPlaneSemanticLabelList" 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 plane semantic label result data.
  5. </brief_description>
  6. <description>
  7. Object for storing the queries plane semantic label result data when calling [method OpenXRSpatialEntityExtension.query_snapshot].
  8. </description>
  9. <tutorials>
  10. </tutorials>
  11. <methods>
  12. <method name="get_plane_semantic_label" qualifiers="const">
  13. <return type="int" enum="OpenXRSpatialComponentPlaneSemanticLabelList.PlaneSemanticLabel" />
  14. <param index="0" name="index" type="int" />
  15. <description>
  16. Returns the plane semantic label for the parent entity at this [param index].
  17. </description>
  18. </method>
  19. </methods>
  20. <constants>
  21. <constant name="PLANE_SEMANTIC_LABEL_UNCATEGORIZED" value="1" enum="PlaneSemanticLabel">
  22. Uncategorized plane.
  23. </constant>
  24. <constant name="PLANE_SEMANTIC_LABEL_FLOOR" value="2" enum="PlaneSemanticLabel">
  25. Plane represents a floor.
  26. </constant>
  27. <constant name="PLANE_SEMANTIC_LABEL_WALL" value="3" enum="PlaneSemanticLabel">
  28. Plane represents a wall.
  29. </constant>
  30. <constant name="PLANE_SEMANTIC_LABEL_CEILING" value="4" enum="PlaneSemanticLabel">
  31. Plane represents a ceiling.
  32. </constant>
  33. <constant name="PLANE_SEMANTIC_LABEL_TABLE" value="5" enum="PlaneSemanticLabel">
  34. Plane represents the surface of a table.
  35. </constant>
  36. </constants>
  37. </class>