C# 클래스 EDebug, silverscreen

A simple class for toggle-able debug messages. Debug messages for editor tools are useful when developing the tool itself, but annoying for end users.
파일 보기 프로젝트 열기: mminer/silverscreen 1 사용 예제들

공개 메소드들

메소드 설명
Break ( ) : void
Log ( object message ) : void
Log ( object message, Object context ) : void
LogError ( object message ) : void
LogError ( object message, Object context ) : void
LogWarning ( object message ) : void
LogWarning ( object message, Object context ) : void

메소드 상세

Break() 공개 정적인 메소드

public static Break ( ) : void
리턴 void

Log() 공개 정적인 메소드

public static Log ( object message ) : void
message object
리턴 void

Log() 공개 정적인 메소드

public static Log ( object message, Object context ) : void
message object
context Object
리턴 void

LogError() 공개 정적인 메소드

public static LogError ( object message ) : void
message object
리턴 void

LogError() 공개 정적인 메소드

public static LogError ( object message, Object context ) : void
message object
context Object
리턴 void

LogWarning() 공개 정적인 메소드

public static LogWarning ( object message ) : void
message object
리턴 void

LogWarning() 공개 정적인 메소드

public static LogWarning ( object message, Object context ) : void
message object
context Object
리턴 void