Struct DiagnosticEvent
Diagnostic event data.
상속된 멤버
네임스페이스: UnityEngine.ResourceManagement.Diagnostics
어셈블리: solution.dll
구문
[Serializable]
public struct DiagnosticEvent
생성자
이름 | 설명 |
---|---|
DiagnosticEvent(string, string, int, int, int, int, int[]) | DiagnosticEvent constructor |
프로퍼티
이름 | 설명 |
---|---|
Dependencies | Array of object identifiers that are dependencies for this event |
DisplayName | Display name for event |
Frame | The frame that the event occurred |
Graph | Gets the graph id that this event is intended for |
ObjectId | Unique object identifier for this event |
Stream | The stream id for the event. Each graph may display multiple streams of data for the same event Id |
Value | The value of the event. This value depends on the event type |
메서드
이름 | 설명 |
---|---|
Deserialize(byte[]) | Deserializes event from a byte array created by the Serialize() method |