C# 클래스 Urho.Samples.ConsoleInput

상속: Sample
파일 보기 프로젝트 열기: xamarin/urho-samples

공개 메소드들

메소드 설명
ConsoleInput ( ApplicationOptions options = null ) : Urho.IO

보호된 메소드들

메소드 설명
OnUpdate ( float timeStep ) : void
Start ( ) : void

비공개 메소드들

메소드 설명
Advance ( ) : void
EndGame ( string message ) : void
HandleConsoleCommand ( ConsoleCommandEventArgs args ) : void
HandleEscKeyDown ( KeyDownEventArgs args ) : void
HandleInput ( string input ) : void
Print ( string output ) : void
StartGame ( ) : void

메소드 상세

ConsoleInput() 공개 메소드

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

OnUpdate() 보호된 메소드

protected OnUpdate ( float timeStep ) : void
timeStep float
리턴 void

Start() 보호된 메소드

protected Start ( ) : void
리턴 void