Enum XRPlaneDetectionType
Options for whether and how flat surfaces are detected in captured images.
Namespace: Evergine.Framework.XR.TrackableItems.Planes
Assembly: Evergine.Framework.dll
Syntax
public enum XRPlaneDetectionType
Fields
| Name | Description |
|---|---|
| Horizontal | Detection of only horizontal planes is enabled. |
| HorizontalAndVertical | Detection of both horizontal and vertical planes is enabled. |
| None | Plane detection is disabled |
| Vertical | Detection of only vertical planes is enabled. |