C# 클래스 Urho.Samples.Sample

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

공개 메소드들

메소드 설명
NextRandom ( ) : float
NextRandom ( float range ) : float
NextRandom ( float min, float max ) : float
NextRandom ( int min, int max ) : int

보호된 메소드들

메소드 설명
MoveCameraByTouches ( float timeStep ) : void
OnUpdate ( float timeStep ) : void
SimpleCreateInstructions ( string text = "" ) : void
SimpleCreateInstructionsWithWasd ( string extra = "" ) : void
SimpleMoveCamera2D ( float timeStep ) : void

Move camera for 2D samples

SimpleMoveCamera3D ( float timeStep, float moveSpeed = 10.0f ) : void

Move camera for 3D samples

Start ( ) : void

비공개 메소드들

메소드 설명
Application_UnhandledException1 ( object sender, UnhandledExceptionEventArgs e ) : void
CreateConsoleAndDebugHud ( ) : void
CreateLogo ( ) : void
HandleKeyDown ( KeyDownEventArgs e ) : void
InitTouchInput ( ) : void
Sample ( ) : System
Sample ( ApplicationOptions options = null ) : System
SetWindowAndTitleIcon ( ) : void

메소드 상세

MoveCameraByTouches() 보호된 메소드

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

NextRandom() 공개 정적인 메소드

public static NextRandom ( ) : float
리턴 float

NextRandom() 공개 정적인 메소드

public static NextRandom ( float range ) : float
range float
리턴 float

NextRandom() 공개 정적인 메소드

public static NextRandom ( float min, float max ) : float
min float
max float
리턴 float

NextRandom() 공개 정적인 메소드

public static NextRandom ( int min, int max ) : int
min int
max int
리턴 int

OnUpdate() 보호된 메소드

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

SimpleCreateInstructions() 보호된 메소드

protected SimpleCreateInstructions ( string text = "" ) : void
text string
리턴 void

SimpleCreateInstructionsWithWasd() 보호된 메소드

protected SimpleCreateInstructionsWithWasd ( string extra = "" ) : void
extra string
리턴 void

SimpleMoveCamera2D() 보호된 메소드

Move camera for 2D samples
protected SimpleMoveCamera2D ( float timeStep ) : void
timeStep float
리턴 void

SimpleMoveCamera3D() 보호된 메소드

Move camera for 3D samples
protected SimpleMoveCamera3D ( float timeStep, float moveSpeed = 10.0f ) : void
timeStep float
moveSpeed float
리턴 void

Start() 보호된 메소드

protected Start ( ) : void
리턴 void