C# 클래스 SimplexDialog.Debug

파일 보기 프로젝트 열기: lofcz/SimplexRpgEngine

공개 메소드들

메소드 설명
Start ( ) : void
Write ( string text, ConsoleColor cc = ConsoleColor.Gray ) : void
WriteLine ( string text, ConsoleColor cc = ConsoleColor.Gray ) : void
WriteUnitSubtest ( string text ) : void
WriteUnitTest ( string text ) : void

메소드 상세

Start() 공개 정적인 메소드

public static Start ( ) : void
리턴 void

Write() 공개 정적인 메소드

public static Write ( string text, ConsoleColor cc = ConsoleColor.Gray ) : void
text string
cc ConsoleColor
리턴 void

WriteLine() 공개 정적인 메소드

public static WriteLine ( string text, ConsoleColor cc = ConsoleColor.Gray ) : void
text string
cc ConsoleColor
리턴 void

WriteUnitSubtest() 공개 정적인 메소드

public static WriteUnitSubtest ( string text ) : void
text string
리턴 void

WriteUnitTest() 공개 정적인 메소드

public static WriteUnitTest ( string text ) : void
text string
리턴 void