Enum AddReferenceImageJobStatus
Represents the status of an Add
Namespace: UnityEngine .XR.ARSubsystems
Assembly: solution.dll
Syntax
public enum AddReferenceImageJobStatus
Fields
Name | Description |
---|---|
ErrorInvalidImage | The reference image was not added because it is invalid. |
ErrorUnknown | The reference image was not added due to an unknown error. |
None | No status (for example, because the Add |
Pending | The job is pending. |
Success | The reference image was added successfully. |