Class SCNHitTestSearchMode


  • public final class SCNHitTestSearchMode
    extends java.lang.Object
    [@enum] SCNHitTestSearchMode hit test modes
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long All
      All found objects sorted from nearest to farthest.
      static long Any
      The first object found.
      static long Closest
      The closest object found.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • All

        public static final long All
        All found objects sorted from nearest to farthest.
        See Also:
        Constant Field Values
      • Any

        public static final long Any
        The first object found. This object is not necessarily the nearest.
        See Also:
        Constant Field Values