Interface IXboxOneRumble
Extended dual motor gamepad rumble that adds left and right trigger motors.
Inherited Members
Namespace: UnityEngine.InputSystem.XInput
Assembly: Unity.InputSystem.dll
Syntax
public interface IXboxOneRumble : IDualMotorRumble, IHaptics
  Methods
SetMotorSpeeds(float, float, float, float)
Declaration
void SetMotorSpeeds(float lowFrequency, float highFrequency, float leftTrigger, float rightTrigger)
  Parameters
| Type | Name | Description | 
|---|---|---|
| float | lowFrequency | |
| float | highFrequency | |
| float | leftTrigger | |
| float | rightTrigger |