Class ARRaycastTargetAlignment


  • public final class ARRaycastTargetAlignment
    extends java.lang.Object
    A value describing the alignment of a target.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Any
      A target that is in any alignment, inclusive of horizontal and vertical.
      static long Horizontal
      A target that is horizontal with respect to gravity.
      static long Vertical
      A target that is vertical with respect to gravity.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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