C# 클래스 GamepadState, volkenessen

파일 보기 프로젝트 열기: Collegiennes/volkenessen 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
playerIndex PlayerIndex?

공개 메소드들

메소드 설명
GamepadState ( PlayerIndex, playerIndex ) : System
Update ( float elapsed ) : void
Vibrate ( VibrationMotor, motor, double amount, float duration ) : void
Vibrate ( VibrationMotor, motor, double amount, float duration, EasingType easingType ) : void

보호된 메소드들

메소드 설명
GamepadState ( ) : System

비공개 메소드들

메소드 설명
UpdateMotor ( VibrationMotorState motorState, float elapsedTime ) : VibrationMotorState

메소드 상세

GamepadState() 보호된 메소드

protected GamepadState ( ) : System
리턴 System

GamepadState() 공개 메소드

public GamepadState ( PlayerIndex, playerIndex ) : System
playerIndex PlayerIndex,
리턴 System

Update() 공개 메소드

public Update ( float elapsed ) : void
elapsed float
리턴 void

Vibrate() 공개 메소드

public Vibrate ( VibrationMotor, motor, double amount, float duration ) : void
motor VibrationMotor,
amount double
duration float
리턴 void

Vibrate() 공개 메소드

public Vibrate ( VibrationMotor, motor, double amount, float duration, EasingType easingType ) : void
motor VibrationMotor,
amount double
duration float
easingType EasingType
리턴 void

프로퍼티 상세

playerIndex 보호되어 있는 프로퍼티

protected PlayerIndex? playerIndex
리턴 PlayerIndex?