Struct ResourceManager.DiagnosticEventContext
Container for information associated with a Diagnostics event.
상속된 멤버
네임스페이스: UnityEngine.ResourceManagement
어셈블리: solution.dll
구문
public struct ResourceManager.DiagnosticEventContext
생성자
이름 | 설명 |
---|---|
DiagnosticEventContext(AsyncOperationHandle, DiagnosticEventType, int, string, object) | Construct a new DiagnosticEventContext. |
프로퍼티
이름 | 설명 |
---|---|
Context | Addition data included with this event. |
Error | Any error that occured. |
EventValue | The value for this event. |
Location | The IResourceLocation being provided by the operation triggering this event. This value is null if the event is not while providing a resource. |
OperationHandle | Operation handle for the event. |
Type | The type of diagnostic event. |