C# Class Urho.Samples.ConsoleInput

Inheritance: Sample
Afficher le fichier Open project: xamarin/urho-samples

Méthodes publiques

Méthode Description
ConsoleInput ( ApplicationOptions options = null ) : Urho.IO

Méthodes protégées

Méthode Description
OnUpdate ( float timeStep ) : void
Start ( ) : void

Private Methods

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

Method Details

ConsoleInput() public méthode

public ConsoleInput ( ApplicationOptions options = null ) : Urho.IO
options ApplicationOptions
Résultat Urho.IO

OnUpdate() protected méthode

protected OnUpdate ( float timeStep ) : void
timeStep float
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void