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 |
|---|---|
| Bathtub | The bounding box is classified as a bathtub. |
| Bed | The bounding box is classified as a bed. |
| Chair | The bounding box is classified as a chair. |
| Couch | The bounding box is classified as a couch. |
| Dishwasher | The bounding box is classified as a dishwasher. |
| Fireplace | The bounding box is classified as a fireplace. |
| Keyboard | The bounding box is classified as a keyboard. |
| Lamp | The bounding box is classified as a lamp. |
| Laptop | The bounding box is classified as a laptop. |
| Mouse | The bounding box is classified as a mouse. |
| None | No classification is assigned. |
| Other | The bounding box is classified as other. |
| Oven | The bounding box is classified as an oven. |
| Plant | The bounding box is classified as a plant. |
| Refrigerator | The bounding box is classified as a refrigerator. |
| Screen | The bounding box is classified as a screen. |
| Sink | The bounding box is classified as a sink. |
| Stairs | The bounding box is classified as stairs. |
| Storage | The bounding box is classified as storage. |
| Stove | The bounding box is classified as a stove. |
| Table | The bounding box is classified as a table. |
| Toilet | The bounding box is classified as a toilet. |
| WasherDryer | The bounding box is classified as a washer or dryer. |