Click or drag to resize

NintendoSwitchGamepadExtensionSetVibration Method (Int32, NintendoSwitchGamepadVibration, Single)

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,
	float duration
)

Parameters

motorIndex
Type: SystemInt32
The index of the vibration motor
vibration
Type: Rewired.ControllerExtensionsNintendoSwitchGamepadVibration
The vibration data.
duration
Type: SystemSingle
Length of time in seconds to activate the motor before it stops. [0 = Infinite]
See Also