Share via


ARPlaneDetection Enum

Definition

Enumerates the valid orientations for detected planes (currently, only horizontal).

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Native]
[System.Flags]
public enum ARPlaneDetection
[<ObjCRuntime.Native>]
[<System.Flags>]
type ARPlaneDetection = 
Inheritance
ARPlaneDetection
Attributes

Fields

Name Value Description
None 0

No planes should be detected.

Horizontal 1

Planes that are perpendicular to the direction of gravity.

Vertical 2

Planes that are aligned to the direction of gravity.

Applies to