Partager via


ARSessionRunOptions Énumération

Définition

Énumère les options dans les appels à Run(ARConfiguration, ARSessionRunOptions).

Cette énumération prend en charge une combinaison au niveau du bit de ses valeurs membres.

[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 = 
Héritage
ARSessionRunOptions
Attributs

Champs

None 0
RemoveExistingAnchors 2

doit ARSession supprimer tous les objets existants ARAnchor .

ResetTracking 1

le ARSession doit réinitialiser son suivi du monde.

S’applique à