C# 클래스 OpenTK.Debug

파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 메소드들

메소드 설명
Flush ( ) : void
Indent ( ) : void
Print ( string message ) : void
Unindent ( ) : void
Write ( object obj ) : void
Write ( string message ) : void
WriteLine ( object obj ) : void
WriteLine ( string message ) : void

메소드 상세

Flush() 공개 정적인 메소드

public static Flush ( ) : void
리턴 void

Indent() 공개 정적인 메소드

public static Indent ( ) : void
리턴 void

Print() 공개 정적인 메소드

public static Print ( string message ) : void
message string
리턴 void

Unindent() 공개 정적인 메소드

public static Unindent ( ) : void
리턴 void

Write() 공개 정적인 메소드

public static Write ( object obj ) : void
obj object
리턴 void

Write() 공개 정적인 메소드

public static Write ( string message ) : void
message string
리턴 void

WriteLine() 공개 정적인 메소드

public static WriteLine ( object obj ) : void
obj object
리턴 void

WriteLine() 공개 정적인 메소드

public static WriteLine ( string message ) : void
message string
리턴 void