C# Class GA_Error, TheUnseen

Afficher le fichier Open project: henryj41043/TheUnseen Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
CreateNewEvent ( SeverityType severity, string message, float x, float y, float z, bool stack ) : void

Used for player QA events

Method Details

NewErrorEvent() public méthode

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

NewEvent() public méthode

public NewEvent ( SeverityType severity, string message ) : void
severity SeverityType
message string
Résultat void

NewEvent() public méthode

public NewEvent ( SeverityType severity, string message, Vector3 trackPosition ) : void
severity SeverityType
message string
trackPosition Vector3
Résultat void

NewEvent() public méthode

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