ARTrackingState 枚举

定义

枚举增强现实 ARSession中真实世界跟踪的质量。

[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)]
public enum ARTrackingState
type ARTrackingState = 
继承
ARTrackingState
属性

字段

Limited 1

世界跟踪的质量下降。

Normal 2

世界跟踪的质量正常。

NotAvailable 0

世界跟踪不可用。

适用于