C# Class Protogame.ClientConsoleInput

Inheritance: IConsoleInput
Afficher le fichier Open project: RedpointGames/Protogame

Méthodes publiques

Méthode Description
ClientConsoleInput ( IKeyboardStringReader keyboardStringReader, IKernel kernel ) : System
Update ( IGameContext gameContext, IUpdateContext updateContext, Action logInternal ) : void

Private Methods

Méthode Description
Execute ( IGameContext gameContext, ParsedCommand parsedCommand, Action logInternal ) : void
Parse ( string input ) : ParsedCommand

Method Details

ClientConsoleInput() public méthode

public ClientConsoleInput ( IKeyboardStringReader keyboardStringReader, IKernel kernel ) : System
keyboardStringReader IKeyboardStringReader
kernel IKernel
Résultat System

Update() public méthode

public Update ( IGameContext gameContext, IUpdateContext updateContext, Action logInternal ) : void
gameContext IGameContext
updateContext IUpdateContext
logInternal Action
Résultat void