Constructor DiagnosticEvent
DiagnosticEvent(string, string, int, int, int, int, int[])
DiagnosticEvent constructor
Declaration
public DiagnosticEvent(string graph, string name, int id, int stream, int frame, int value, int[] deps)
Parameters
Type | Name | Description |
---|---|---|
string | graph | Graph id. |
string | name | Event name. |
int | id | Event id. |
int | stream | Stream index. |
int | frame | Frame number. |
int | value | Event value. |
int[] | deps | Array of dependency event ids. |