Compartir a través de


ARSessionRunOptions Enumeración

Definición

Enumera las opciones de las llamadas a Run(ARConfiguration, ARSessionRunOptions).

Esta enumeración admite una combinación bit a bit de sus valores de miembro.

[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 = 
Herencia
ARSessionRunOptions
Atributos

Campos

None 0
RemoveExistingAnchors 2

ARSession debe quitar los objetos existentesARAnchor.

ResetTracking 1

ARSession debe restablecer su seguimiento mundial.

Se aplica a