Enum PlaneDetectionFlags
Used to configure the types of planes to detect.
Namespace: UnityEngine.XR.ARExtensions
Syntax
public enum PlaneDetectionFlags
Fields
| Name | Description |
|---|---|
| Horizontal | Plane detection will only detect horizontal planes. |
| None | Plane detection is disabled. |
| Vertical | Plane detection will only detect vertical planes. |