Enum AsyncOperationStatus
Options for IAsyncOperations status values
Namespace: UnityEngine.ResourceManagement.AsyncOperations
Syntax
public enum AsyncOperationStatus : int
Fields
Name | Description | Value |
---|---|---|
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. |