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 horizontal planes only is enabled. |
HorizontalAndVertical | Detects both horizontal and vertical planes. |
None | Plane detection is disabled. |
Vertical | Detection of vertical planes only is enabled. |