Enum ResourceManager.DiagnosticEventType
Options for event types that will be sent by the ResourceManager
Namespace: UnityEngine.ResourceManagement
Assembly: Unity.ResourceManager.dll
Syntax
public enum ResourceManager.DiagnosticEventType
  Fields
| Name | Description | 
|---|---|
| AsyncOperationComplete | Use to indicate that an operation has completed.  | 
      
| AsyncOperationCreate | Use to indicate that an operation was created.  | 
      
| AsyncOperationDestroy | Use to indicate that an operation was destroyed.  | 
      
| AsyncOperationFail | Use to indicate that an operation failed.  | 
      
| AsyncOperationPercentComplete | Use to indicate the percentage of completion for an operation was updated.  | 
      
| AsyncOperationReferenceCount | Use to indicate that the reference count of an operation was modified.  |