Condividi tramite


ARSessionRunOptions Enumerazione

Definizione

Enumera le opzioni nelle chiamate a Run(ARConfiguration, ARSessionRunOptions).

Questa enumerazione supporta una combinazione bit per bit dei rispettivi valori dei membri.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum ARSessionRunOptions
type ARSessionRunOptions = 
Ereditarietà
ARSessionRunOptions
Attributi

Campi

None 0
RemoveExistingAnchors 2

L'oggetto ARSession deve rimuovere tutti gli oggetti esistenti ARAnchor .

ResetTracking 1

L'oggetto ARSession deve reimpostare il relativo rilevamento globale.

Si applica a