Enum PlaneDetectionMode
Used to configure the types of planes to detect.
Namespace: UnityEngine.XR.ARSubsystems
Assembly: Unity.XR.ARSubsystems.dll
Syntax
[Flags]
public enum PlaneDetectionMode
Fields
Name | Description |
---|---|
Horizontal | Horizontally aligned planes can be detected. |
None | No planes can be detected. |
NotAxisAligned | Planes that are not axis-aligned can be detected. |
Vertical | Vertically aligned planes can be detected. |