Struct DiagnosticEvent
Diagnostic event data.
Inherited Members
Namespace: UnityEngine.ResourceManagement.Diagnostics
Assembly: Unity.ResourceManager.dll
Syntax
[Serializable]
public struct DiagnosticEvent
Constructors
Name | Description |
---|---|
DiagnosticEvent(string, string, int, int, int, int, int[]) | 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 Serialize() method |