Package apple.arkit.enums
Class ARPlaneDetection
- java.lang.Object
-
- apple.arkit.enums.ARPlaneDetection
-
public final class ARPlaneDetection extends java.lang.ObjectOption set indicating the type of planes to detect.
-
-
Field Summary
Fields Modifier and Type Field Description static longHorizontalPlane detection determines horizontal planes in the scene.static longNoneNo plane detection is run.static longVerticalPlane detection determines vertical planes in the scene.
-
-
-
Field Detail
-
None
public static final long None
No plane detection is run.- See Also:
- Constant Field Values
-
Horizontal
public static final long Horizontal
Plane detection determines horizontal planes in the scene.- See Also:
- Constant Field Values
-
Vertical
public static final long Vertical
Plane detection determines vertical planes in the scene.- See Also:
- Constant Field Values
-
-