Class ARSessionRunOptions


  • public final class ARSessionRunOptions
    extends java.lang.Object
    Set of options for running the session. These options alter the behavior of calling run on a session. Providing no options will result in the default behavior of resuming tracking from the last known position and keeping all existing anchors.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ResetTracking

        public static final long ResetTracking
        The session will reset tracking.
        See Also:
        Constant Field Values
      • RemoveExistingAnchors

        public static final long RemoveExistingAnchors
        The session will remove existing anchors.
        See Also:
        Constant Field Values
      • StopTrackedRaycasts

        public static final long StopTrackedRaycasts
        The session will stop currently active tracked raycasts.
        See Also:
        Constant Field Values
      • ResetSceneReconstruction

        public static final long ResetSceneReconstruction
        The session will reset scene reconstruction.
        See Also:
        Constant Field Values