Enum ResourceManager.DiagnosticEventType
Options for event types that will be sent by the ResourceManager
Namespace: UnityEngine.ResourceManagement
Syntax
public enum DiagnosticEventType
Fields
| Name | Description | Value |
|---|---|---|
| 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. |