共用方式為


ARTrackingStateReason 列舉

定義

列舉 的原因 Limited

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

欄位

ExcessiveMotion 2

相機太快移動。

Initializing 1

ARKit 仍在啟動中。

InsufficientFeatures 3

處理不會在檢視欄位中顯示足夠的高對比點。

None 0

追蹤是 Normal 或無法判斷追蹤不佳的原因。

Relocalizing 4

AR 會話已中斷且正在重新導向。

適用於