Метод | Описание | |
---|---|---|
BatteryLevel ( PlayerIndex playerIndex ) : BatteryLevel |
Gets the BatteryLevel.
|
|
GetState ( PlayerIndex playerIndex ) : |
Gets the GamepadState.
|
|
IsAvailable ( PlayerIndex playerIndex ) : bool |
A value indicating whether the Gamepad is available.
|
|
Vibrate ( PlayerIndex playerIndex, float left, float right, float length ) : void |
Vibrates the Gamepad.
|
public static BatteryLevel ( PlayerIndex playerIndex ) : BatteryLevel | ||
playerIndex | PlayerIndex | The PlayerIndex. |
Результат | BatteryLevel |
public static GetState ( PlayerIndex playerIndex ) : |
||
playerIndex | PlayerIndex | The PlayerIndex. |
Результат |
public static IsAvailable ( PlayerIndex playerIndex ) : bool | ||
playerIndex | PlayerIndex | The PlayerIndex. |
Результат | bool |
public static Vibrate ( PlayerIndex playerIndex, float left, float right, float length ) : void | ||
playerIndex | PlayerIndex | The PlayerIndex. |
left | float | The Left. |
right | float | The Right. |
length | float | The Length. |
Результат | void |