Méthode | Description | |
---|---|---|
NewErrorEvent ( SeverityType severity, string message, float x, float y, float z ) : void | ||
NewEvent ( SeverityType severity, string message ) : void | ||
NewEvent ( SeverityType severity, string message, Vector3 trackPosition ) : void | ||
NewEvent ( SeverityType severity, string message, float x, float y, float z ) : void |
Méthode | Description | |
---|---|---|
CreateNewEvent ( SeverityType severity, string message, float x, float y, float z, bool stack ) : void |
Used for player QA events
|
public NewErrorEvent ( SeverityType severity, string message, float x, float y, float z ) : void | ||
severity | SeverityType | |
message | string | |
x | float | |
y | float | |
z | float | |
Résultat | void |
public NewEvent ( SeverityType severity, string message ) : void | ||
severity | SeverityType | |
message | string | |
Résultat | void |
public NewEvent ( SeverityType severity, string message, Vector3 trackPosition ) : void | ||
severity | SeverityType | |
message | string | |
trackPosition | Vector3 | |
Résultat | void |
public NewEvent ( SeverityType severity, string message, float x, float y, float z ) : void | ||
severity | SeverityType | |
message | string | |
x | float | |
y | float | |
z | float | |
Résultat | void |