ARSessionRunOptions Enumeração
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Enumera opções em chamadas para Run(ARConfiguration, ARSessionRunOptions).
Essa enumeração dá suporte a uma combinação bit a bit dos valores de membro.
[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 =
- Herança
-
ARSessionRunOptions
- Atributos
Campos
None | 0 | |
RemoveExistingAnchors | 2 | O ARSession deve remover todos os objetos existentes ARAnchor . |
ResetTracking | 1 | O ARSession deve redefinir seu controle de mundo. |