XboxOneGamepadExtensionSetVibration(XboxOneGamepadMotorType, Single, Single, Boolean) Method |
Namespace: Rewired.Platforms.XboxOneAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void SetVibration(
XboxOneGamepadMotorType motor,
float motorLevel,
float duration,
bool stopOtherMotors
)
Parameters
- motor XboxOneGamepadMotorType
-
- motorLevel Single
-
- duration Single
-
- stopOtherMotors Boolean
-
See Also