public final class ARSessionRunOptions
extends java.lang.Object
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.
| Modifier and Type | Field and Description |
|---|---|
static long |
RemoveExistingAnchors
The session will remove existing anchors.
|
static long |
ResetSceneReconstruction
The session will reset scene reconstruction.
|
static long |
ResetTracking
The session will reset tracking.
|
static long |
StopTrackedRaycasts
The session will stop currently active tracked raycasts.
|
public static final long ResetTracking
public static final long RemoveExistingAnchors
public static final long StopTrackedRaycasts
public static final long ResetSceneReconstruction