Свойство | Тип | Описание | |
---|---|---|---|
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 |
public GamepadState ( PlayerIndex, playerIndex ) : System | ||
playerIndex | PlayerIndex, | |
Результат | System |
public Vibrate ( VibrationMotor, motor, double amount, float duration ) : void | ||
motor | VibrationMotor, | |
amount | double | |
duration | float | |
Результат | void |
public Vibrate ( VibrationMotor, motor, double amount, float duration, EasingType easingType ) : void | ||
motor | VibrationMotor, | |
amount | double | |
duration | float | |
easingType | EasingType | |
Результат | void |