Enum ResourceManager.DiagnosticEventType
Event types that will be sent by the ResourceManager
Namespace: UnityEngine.ResourceManagement
Syntax
public enum DiagnosticEventType
Fields
| Name | Description | Value | 
|---|---|---|
| AsyncOperationFail | 0 | |
| AsyncOperationCreate | 1 | |
| AsyncOperationPercentComplete | 2 | |
| AsyncOperationComplete | 3 | |
| AsyncOperationReferenceCount | 4 | |
| AsyncOperationDestroy | 5 |