C# 클래스 Sharpex2D.Debug.DebugConsole

파일 보기 프로젝트 열기: ThuCommix/Sharpex2D

공개 메소드들

메소드 설명
Close ( ) : void

Close the DebugConsole.

Open ( ) : void

Open the DebugConsole.

Open ( string debugName ) : void

Open the DebugConsole.

메소드 상세

Close() 공개 정적인 메소드

Close the DebugConsole.
public static Close ( ) : void
리턴 void

Open() 공개 정적인 메소드

Open the DebugConsole.
public static Open ( ) : void
리턴 void

Open() 공개 정적인 메소드

Open the DebugConsole.
public static Open ( string debugName ) : void
debugName string The DebugName.
리턴 void