Enum AddReferenceImageJobStatus
Represents the status of an AddReferenceImageJobState.
Namespace: UnityEngine.XR.ARSubsystems
Assembly: Unity.XR.ARSubsystems.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 AddReferenceImageJobState was default-constructed). |
Pending | The job is pending. |
Success | The reference image was added successfully. |
See Also
ScheduleAddImageWithValidationJob(NativeSlice<byte>, Vector2Int, TextureFormat, XRReferenceImage, JobHandle)