C# 클래스 HandleLog, NGTools

Handle log messages callbacks for NG.Assert and NG.Debug Use this script as the bridge between NGAssertDebug and NGDebugConsole Make any custom settings and assign callbacks here.
상속: MonoBehaviour
파일 보기 프로젝트 열기: Naphier/NGTools 1 사용 예제들

공개 메소드들

메소드 설명
ClearAssertDebugLogMessageLists ( ) : void
HandleLogCallback ( string logString, string stackTrace, LogType type ) : void
OnEnable ( ) : void
Update ( ) : void

메소드 상세

ClearAssertDebugLogMessageLists() 공개 메소드

public ClearAssertDebugLogMessageLists ( ) : void
리턴 void

HandleLogCallback() 공개 메소드

public HandleLogCallback ( string logString, string stackTrace, LogType type ) : void
logString string
stackTrace string
type LogType
리턴 void

OnEnable() 공개 메소드

public OnEnable ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void