ARWorldMappingStatus 枚举

定义

枚举世界映射会话的状态。

[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

没有可用的实际地图。

适用于