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