C# 클래스 GA_Error, TheUnseen

파일 보기 프로젝트 열기: henryj41043/TheUnseen 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
CreateNewEvent ( SeverityType severity, string message, float x, float y, float z, bool stack ) : void

Used for player QA events

메소드 상세

NewErrorEvent() 공개 메소드

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

NewEvent() 공개 메소드

public NewEvent ( SeverityType severity, string message ) : void
severity SeverityType
message string
리턴 void

NewEvent() 공개 메소드

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

NewEvent() 공개 메소드

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