ARWorldMappingStatus Enum

Definition

Enumerates the states of a world-mapping session.

[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 = 
Inheritance
ARWorldMappingStatus
Attributes

Fields

Extending 2

Some areas have been mapped, but further mapping is still required.

Limited 1

Not enough data has been gathered to accurately fix the device in space.

Mapped 3

There is enough data to accurately track the device in the real world.

NotAvailable 0

No real-world map is available.

Applies to