Share via


ARSessionRunOptions Enum

Definition

Enumerates options in calls to Run(ARConfiguration, ARSessionRunOptions).

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Native]
[System.Flags]
public enum ARSessionRunOptions
[<ObjCRuntime.Native>]
[<System.Flags>]
type ARSessionRunOptions = 
Inheritance
ARSessionRunOptions
Attributes

Fields

Name Value Description
None 0
ResetTracking 1

The ARSession should reset its world-tracking.

RemoveExistingAnchors 2

The ARSession should remove any existing ARAnchor objects.

StopTrackedRaycasts 4
ResetSceneReconstruction 8

Applies to