C# Class PlatformerPOC.Helpers.CoreCommands

显示文件 Open project: bramdemoor/MonoGame-PlatformerPOC

Public Methods

Method Description
ToggleDebugCommand ( IDebugCommandHost host, string command ) : void
ToggleSoundCommand ( IDebugCommandHost host, string command ) : void

Method Details

ToggleDebugCommand() public static method

public static ToggleDebugCommand ( IDebugCommandHost host, string command ) : void
host IDebugCommandHost
command string
return void

ToggleSoundCommand() public static method

public static ToggleSoundCommand ( IDebugCommandHost host, string command ) : void
host IDebugCommandHost
command string
return void