共用方式為


ARSessionRunOptions 列舉

定義

列舉 呼叫 Run(ARConfiguration, ARSessionRunOptions) 中的選項。

此列舉支援其成員值的位元組合。

[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 = 
繼承
ARSessionRunOptions
屬性

欄位

None 0
RemoveExistingAnchors 2

ARSession應該移除任何現有的 ARAnchor 物件。

ResetTracking 1

ARSession應該重設其世界追蹤。

適用於