Struct DiagnosticEvent
Diagnostic event data.
Namespace: UnityEngine.ResourceManagement.Diagnostics
Syntax
public struct DiagnosticEvent
Constructors
Name | Description |
---|---|
DiagnosticEvent(String, String, Int32, Int32, Int32, Int32, Int32[]) | DiagnosticEvent constructor |
Properties
Name | Description |
---|---|
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 |
Methods
Name | Description |
---|---|
Deserialize(Byte[]) | Deserializes event from a byte array created by the UnityEngine.ResourceManagement.Diagnostics.DiagnosticEvent.Serialize method |