Class ARPlaneAnchorAlignment


  • public final class ARPlaneAnchorAlignment
    extends java.lang.Object
    A value describing the alignment of a plane anchor.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Horizontal
      A plane that is horizontal with respect to gravity.
      static long Vertical
      A plane 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 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