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
Syntax
public enum ARWorldMappingStatus
Fields
Name | Description | Value |
---|---|---|
NotAvailable | Mapping is not available. |
0 |
Limited | Mapping is available but has limited features. For the device's current position, it is not recommended to serialize the current session. |
1 |
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. |
2 |
Mapped | The session has adequately mapped the visible area. The map can be used to relocalize for the device's current position. |
3 |