C# 클래스 DeepSpace.Components.Joystick.JoystickComponent

상속: Behavior
파일 보기 프로젝트 열기: WaveEngine/QuickStarters 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ActionableTouchGesturesTouchMoved void
ActionableTouchGesturesTouchPressed void
ActionableTouchGesturesTouchReleased void

공개 메소드들

메소드 설명
JoystickComponent ( ) : System

보호된 메소드들

메소드 설명
DefaultValues ( ) : void
Initialize ( ) : void
Update ( System.TimeSpan gameTime ) : void

비공개 메소드들

메소드 설명
ActionableTouchGesturesTouchMoved ( object sender, GestureEventArgs e ) : void
ActionableTouchGesturesTouchPressed ( object sender, GestureEventArgs e ) : void
ActionableTouchGesturesTouchReleased ( object sender, GestureEventArgs e ) : void

메소드 상세

DefaultValues() 보호된 메소드

protected DefaultValues ( ) : void
리턴 void

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void

JoystickComponent() 공개 메소드

public JoystickComponent ( ) : System
리턴 System

Update() 보호된 메소드

protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan
리턴 void