C# Class Sharpex2D.Debug.DebugConsole

ファイルを表示 Open project: ThuCommix/Sharpex2D

Public Methods

Method Description
Close ( ) : void

Close the DebugConsole.

Open ( ) : void

Open the DebugConsole.

Open ( string debugName ) : void

Open the DebugConsole.

Method Details

Close() public static method

Close the DebugConsole.
public static Close ( ) : void
return void

Open() public static method

Open the DebugConsole.
public static Open ( ) : void
return void

Open() public static method

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