Enum PlaneDetectionMode
Used to configure the types of planes to detect.
Namespace: UnityEngine.XR.ARSubsystems
Syntax
[Flags]
public enum PlaneDetectionMode
Fields
| Name | Description | Value | 
|---|---|---|
| None | Plane detection is disabled.  | 
0 | 
| Horizontal | Plane detection will only detect horizontal planes.  | 
1 | 
| Vertical | Plane detection will only detect vertical planes.  | 
2 |