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 重置其世界跟踪。

适用于