Méthode | Description | |
---|---|---|
ConsoleInput ( ApplicationOptions options = null ) : Urho.IO |
Méthode | Description | |
---|---|---|
OnUpdate ( float timeStep ) : void | ||
Start ( ) : void |
Méthode | Description | |
---|---|---|
Advance ( ) : void | ||
EndGame ( string message ) : void | ||
HandleConsoleCommand ( ConsoleCommandEventArgs args ) : void | ||
HandleEscKeyDown ( KeyDownEventArgs args ) : void | ||
HandleInput ( string input ) : void | ||
Print ( string output ) : void | ||
StartGame ( ) : void |
public ConsoleInput ( ApplicationOptions options = null ) : Urho.IO | ||
options | ApplicationOptions | |
Résultat | Urho.IO |
protected OnUpdate ( float timeStep ) : void | ||
timeStep | float | |
Résultat | void |