IControllerVibrator Interface |
Namespace: Rewired.Interfaces
public interface IControllerVibrator
The IControllerVibrator type exposes the following members.
Name | Description | |
---|---|---|
vibrationMotorCount |
Number of vibration motors in the controller.
|
Name | Description | |
---|---|---|
GetVibration |
Gets vibration level for a motor at a specified index.
| |
SetVibration(Int32, Single) |
Sets vibration level for a motor at a specified index.
| |
SetVibration(Int32, Single, Boolean) |
Sets vibration level for a motor at a specified index.
| |
SetVibration(Int32, Single, Single) |
Sets vibration level for a motor at a specified index with a timeout.
| |
SetVibration(Int32, Single, Single, Boolean) |
Sets vibration level for a motor at a specified index with a timeout.
| |
StopVibration |
Stops vibration on all motors.
|