Enum PlaneClassification
Represents the alignment of a plane (for example, whether it is horizontal or vertical).
Namespace: UnityEngine.XR.ARSubsystems
Syntax
public enum PlaneClassification
Fields
| Name | Description | Value | 
|---|---|---|
| None | The plane does not match any available classification.  | 
0 | 
| Wall | The plane is horizontal with an upward facing normal (for example, a floor).  | 
1 | 
| Floor | The plane is classified as the floor.  | 
2 | 
| Ceiling | The plane is classified as the ceiling.  | 
3 | 
| Table | The plane is classified as a table.  | 
4 | 
| Seat | The plane is classified as a seat.  | 
5 | 
| Door | The plane is classified as a door.  | 
6 | 
| Window | The plane is classified as a window.  | 
7 |