Package apple.arkit.enums
Class ARSessionRunOptions
- java.lang.Object
-
- apple.arkit.enums.ARSessionRunOptions
-
public final class ARSessionRunOptions extends java.lang.ObjectSet 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.
-
-
Field Summary
Fields Modifier and Type Field Description static longRemoveExistingAnchorsThe session will remove existing anchors.static longResetSceneReconstructionThe session will reset scene reconstruction.static longResetTrackingThe session will reset tracking.static longStopTrackedRaycastsThe session will stop currently active tracked raycasts.
-
-
-
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
-
-