Enum BoundingBoxClassifications
Represents the semantic classifications of a 3D bounding box.
Namespace: UnityEngine.XR.ARSubsystems
Assembly: Unity.XR.ARSubsystems.dll
Syntax
[Flags]
public enum BoundingBoxClassifications : uint
Remarks
An XR provider might not support 3D bounding box classifications. You can check supportsClassifications to determine whether the current provider can classify 3D bounding boxes.
Fields
Name | Description |
---|---|
Bed | The bounding box is classified as a bed. |
Couch | The bounding box is classified as a couch. |
Lamp | The bounding box is classified as a lamp. |
None | No classification is assigned. |
Other | The bounding box is classified as other. |
Plant | The bounding box is classified as a plant. |
Screen | The bounding box is classified as a screen. |
Storage | The bounding box is classified as storage. |
Table | The bounding box is classified as a table. |