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