C# Class Sharpex2D.Debug.DebugConsole

Afficher le fichier Open project: ThuCommix/Sharpex2D

Méthodes publiques

Méthode Description
Close ( ) : void

Close the DebugConsole.

Open ( ) : void

Open the DebugConsole.

Open ( string debugName ) : void

Open the DebugConsole.

Method Details

Close() public static méthode

Close the DebugConsole.
public static Close ( ) : void
Résultat void

Open() public static méthode

Open the DebugConsole.
public static Open ( ) : void
Résultat void

Open() public static méthode

Open the DebugConsole.
public static Open ( string debugName ) : void
debugName string The DebugName.
Résultat void