Enum PlaneClassification
Represents the alignment of a plane (for example, whether it is horizontal or vertical).
Namespace: UnityEngine.XR.ARSubsystems
Assembly: Unity.XR.ARSubsystems.dll
Syntax
public enum PlaneClassification
Fields
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. |
Other | The plane is classified as other. |
Seat | The plane is classified as a seat. |
Table | The plane is classified as a table. |
Wall | The plane is classified as a wall. |
Window | The plane is classified as a window. |