Package apple.arkit.enums
Class ARPlaneAnchorAlignment
- java.lang.Object
-
- apple.arkit.enums.ARPlaneAnchorAlignment
-
public final class ARPlaneAnchorAlignment extends java.lang.ObjectA value describing the alignment of a plane anchor.
-
-
Field Summary
Fields Modifier and Type Field Description static longHorizontalA plane that is horizontal with respect to gravity.static longVerticalA plane that is vertical with respect to gravity.
-
-
-
Field Detail
-
Horizontal
public static final long Horizontal
A plane that is horizontal with respect to gravity.- See Also:
- Constant Field Values
-
Vertical
public static final long Vertical
A plane that is vertical with respect to gravity.- See Also:
- Constant Field Values
-
-