Enum AsyncOperationStatus
Options for IAsyncOperations status values
Namespace: UnityEngine.ResourceManagement.AsyncOperations
Assembly: Unity.ResourceManager.dll
Syntax
public enum AsyncOperationStatus
Fields
Name | Description |
---|---|
Failed | Use to indicate that the operation failed. |
None | Use to indicate that the operation is still in progress. |
Succeeded | Use to indicate that the operation succeeded. |