Method | Description | |
---|---|---|
AddCommand ( ) : void |
Adds a new command to the console
|
|
AddCommand ( string name, string>.Func |
Adds a new command to the console
|
|
AddCommand ( string name, string>.Func |
Adds a new command to the console
|
|
GameConsole ( Microsoft.Xna.Framework.Game game, |
||
GameConsole ( Microsoft.Xna.Framework.Game game, |
||
GameConsole ( Microsoft.Xna.Framework.Game game, |
||
GameConsole ( Microsoft.Xna.Framework.Game game, |
||
WriteLine ( string text ) : void |
Write directly to the output stream of the console
|
public AddCommand ( string name, string>.Func |
||
name | string | Name of the command |
action | string>.Func | |
return | void |
public AddCommand ( string name, string>.Func |
||
name | string | Name of the command |
action | string>.Func | |
description | string | |
return | void |
public GameConsole ( Microsoft.Xna.Framework.Game game, |
||
game | Microsoft.Xna.Framework.Game | |
spriteBatch | ||
return | System |
public GameConsole ( Microsoft.Xna.Framework.Game game, |
||
game | Microsoft.Xna.Framework.Game | |
spriteBatch | ||
options | ||
return | System |
public GameConsole ( Microsoft.Xna.Framework.Game game, |
||
game | Microsoft.Xna.Framework.Game | |
spriteBatch | ||
commands | IEnumerable |
|
return | System |
public GameConsole ( Microsoft.Xna.Framework.Game game, |
||
game | Microsoft.Xna.Framework.Game | |
spriteBatch | ||
commands | IEnumerable |
|
options | ||
return | System |