共用方式為


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

無法使用世界追蹤。

適用於