Enum ARWorldMappingStatus
Used to determine the suitability of the current session for creating an ARWorldMap. See Apple's documentation for ARWorldMappingStatus for more information.
Namespace: UnityEngine.XR.ARKit
Assembly: Unity.XR.ARKit.dll
Syntax
public enum ARWorldMappingStatus
Fields
Name | Description |
---|---|
Extending | Mapping is actively extending the map with the user's motion. The session will be relocalizable for previously visited areas but is still being updated for the current space. |
Limited | Mapping is available but has limited features. For the device's current position, it is not recommended to serialize the current session. |
Mapped | The session has adequately mapped the visible area. The map can be used to relocalize for the device's current position. |
NotAvailable | Mapping is not available. |