Enum PlaneClassification
Represents the alignment of a plane, e.g., whether it is horizontal or vertical.
Namespace: UnityEngine.XR.ARSubsystems
Syntax
public enum PlaneClassificationFields
| Name | Description | 
|---|---|
| Ceiling | The plane is classified as the ceiling. | 
| Door | The plane is classified as a door. | 
| Floor | The plane is classified as the floor. | 
| None | The plane does not match any available classification | 
| Seat | The plane is classified as a seat. | 
| Table | The plane is classified as a table. | 
| Wall | The plane is horizontal with an upward facing normal, e.g., a floor. | 
| Window | The plane is classified as a window. |