C# Class DungeonMasterEngine.GameConsoleContent.GameConsole

Inheritance: Microsoft.Xna.Framework.DrawableGameComponent
Afficher le fichier Open project: ggrrin/DungeonMaster Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime ) : void
InitializeConsole ( Microsoft.Xna.Framework.Game game, Dungeon dungeon ) : void
InitializeConsole ( Microsoft.Xna.Framework.Game game, Dungeon dungeon, IEnumerable thirdPartyFactories ) : void
RunCommand ( IInterpreter cmd ) : void
Update ( GameTime gameTime ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
ActivateDeactivateConsole ( ) : void
GameConsole ( Microsoft.Xna.Framework.Game game, Dungeon dungeon, IEnumerable thirdPartyFactories ) : DungeonMasterEngine.GameConsoleContent.Base
LoadResources ( ) : void
ReadKeyBoard ( ) : void
SetWindowSize ( float v ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Draw() public méthode

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

InitializeConsole() public static méthode

public static InitializeConsole ( Microsoft.Xna.Framework.Game game, Dungeon dungeon ) : void
game Microsoft.Xna.Framework.Game
dungeon DungeonMasterEngine.DungeonContent.Dungeon
Résultat void

InitializeConsole() public static méthode

public static InitializeConsole ( Microsoft.Xna.Framework.Game game, Dungeon dungeon, IEnumerable thirdPartyFactories ) : void
game Microsoft.Xna.Framework.Game
dungeon DungeonMasterEngine.DungeonContent.Dungeon
thirdPartyFactories IEnumerable
Résultat void

RunCommand() public méthode

public RunCommand ( IInterpreter cmd ) : void
cmd IInterpreter
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void