Freigeben über


ARSessionRunOptions Enumeration

Definition

Listet Optionen in Aufrufen von auf Run(ARConfiguration, ARSessionRunOptions).

Diese Enumeration unterstützt eine bitweise Kombination ihrer Memberwerte.

[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 = 
Vererbung
ARSessionRunOptions
Attribute

Felder

None 0
RemoveExistingAnchors 2

Die ARSession sollte alle vorhandenen ARAnchor Objekte entfernen.

ResetTracking 1

Der ARSession sollte seine Weltnachverfolgung zurücksetzen.

Gilt für: