Enum ARWorldMapRequestStatus
The status of a session serialization request.
Namespace: UnityEngine.XR.ARKit
Syntax
public enum ARWorldMapRequestStatus
Fields
Name | Description | Value |
---|---|---|
Invalid | The request is not valid. |
0 |
Pending | The request is pending. |
1 |
Success | The request succeeded successfully. |
2 |
ErrorUnknown | An unknown error occurred. |
3 |
ErrorNotSupported | The request failed because serialization is not supported. |
4 |
ErrorBadData | The request failed because the supplied data was not valid. |
5 |
ErrorInsufficientFeatures | The request failed because there are insufficient features to serialize a session. The API requires more data; try scanning more of the environment. |
6 |