ARSessionRunOptions Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
É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. |