Click or drag to resize

NintendoSwitchGamepadExtensionSetVibration Method (Int32, NintendoSwitchGamepadVibration)

Sets vibration in the controller.

Namespace:  Rewired.ControllerExtensions
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SetVibration(
	int motorIndex,
	NintendoSwitchGamepadVibration vibration
)

Parameters

motorIndex
Type: SystemInt32
The index of the vibration motor
vibration
Type: Rewired.ControllerExtensionsNintendoSwitchGamepadVibration
The vibration data.
See Also