Enum AddReferenceImageJobStatus
Represents the status of an AddReferenceImageJobState.
Namespace: UnityEngine.XR.ARSubsystems
Syntax
public enum AddReferenceImageJobStatus
Fields
Name | Description | Value |
---|---|---|
None | No status (for example, because the AddReferenceImageJobState was default-constructed). |
0 |
Pending | The job is pending. |
1 |
Success | The reference image was added successfully. |
2 |
ErrorInvalidImage | The reference image was not added because it is invalid. |
3 |
ErrorUnknown | The reference image was not added due to an unknown error. |
4 |