C# Class GA_Error, TheUnseen

Mostra file Open project: henryj41043/TheUnseen Class Usage Examples

Public Methods

Method 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

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

Used for player QA events

Method Details

NewErrorEvent() public method

public NewErrorEvent ( SeverityType severity, string message, float x, float y, float z ) : void
severity SeverityType
message string
x float
y float
z float
return void

NewEvent() public method

public NewEvent ( SeverityType severity, string message ) : void
severity SeverityType
message string
return void

NewEvent() public method

public NewEvent ( SeverityType severity, string message, Vector3 trackPosition ) : void
severity SeverityType
message string
trackPosition Vector3
return void

NewEvent() public method

public NewEvent ( SeverityType severity, string message, float x, float y, float z ) : void
severity SeverityType
message string
x float
y float
z float
return void