Compartilhar via


ARSessionRunOptions Enumeração

Definição

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.

Aplica-se a