XboxOneGamepadExtensionSetVibration Method (Single, Single) |
Sets vibration level for left and right motors.
Namespace:
Rewired.Platforms.XboxOne
Assembly:
Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void SetVibration(
float leftMotorLevel,
float rightMotorLevel
)
Parameters
- leftMotorLevel
- Type: SystemSingle
float: 0.0 - 1.0 - rightMotorLevel
- Type: SystemSingle
float: 0.0 - 1.0
See Also