DualSenseExtensionSetVibration(DualShock4MotorType, Single, Boolean) Method |
Sets vibration level on an individual motor.
Namespace: Rewired.ControllerExtensionsAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+fd80194fe28f6b408ce098e98c53850d307c3a32
Syntaxpublic void SetVibration(
DualShock4MotorType motor,
float motorLevel,
bool stopOtherMotors
)
Parameters
- motor DualShock4MotorType
- Motor type
- motorLevel Single
- Motor level [float: 0.0 - 1.0]
- stopOtherMotors Boolean
- Stop other motors?
See Also