ARWorldMappingStatus 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉世界對應會話的狀態。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 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 ARWorldMappingStatus
type ARWorldMappingStatus =
- 繼承
-
ARWorldMappingStatus
- 屬性
欄位
Extending | 2 | 某些區域已對應,但仍需要進一步的對應。 |
Limited | 1 | 收集的資料不足,無法正確修正空間中的裝置。 |
Mapped | 3 | 有足夠的資料可精確地追蹤真實世界中的裝置。 |
NotAvailable | 0 | 沒有真實世界地圖可供使用。 |