C# Class Urho.Samples.ConsoleInput

Inheritance: Sample
显示文件 Open project: xamarin/urho-samples

Public Methods

Method Description
ConsoleInput ( ApplicationOptions options = null ) : Urho.IO

Protected Methods

Method Description
OnUpdate ( float timeStep ) : void
Start ( ) : void

Private Methods

Method 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 method

public ConsoleInput ( ApplicationOptions options = null ) : Urho.IO
options ApplicationOptions
return Urho.IO

OnUpdate() protected method

protected OnUpdate ( float timeStep ) : void
timeStep float
return void

Start() protected method

protected Start ( ) : void
return void