Enum StartOptions
Options affecting how to transition an AR session's current state when the tracking is started.
Namespace: Evergine.ARMobile
Assembly: Evergine.ARMobile.dll
Syntax
[Flags]
public enum StartOptions
Fields
| Name | Description |
|---|---|
| None | The session is resumed if it is not running for the first time. |
| RemoveExistingAnchors | Any anchor objects associated with the session in its previous configuration are removed. |
| ResetTracking | The session does not continue device position/motion tracking from the previous world origin. |