Enum AsyncOperationStatus
Options for IAsyncOperations status values
네임스페이스: UnityEngine.ResourceManagement.AsyncOperations
어셈블리: solution.dll
구문
public enum AsyncOperationStatus
필드
이름 | 설명 |
---|---|
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. |