Click or drag to resize

NintendoSwitchGamepadVibrationCreate(Single, Single, Single, Single) Method

Creates a new vibration with the specified settings.

Namespace: Rewired.ControllerExtensions
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static NintendoSwitchGamepadVibration Create(
	float amplitudeLow,
	float frequencyLow,
	float amplitudeHigh,
	float frequencyHigh
)

Parameters

amplitudeLow  Single
The low band amplitude.
frequencyLow  Single
The low band frequency.
amplitudeHigh  Single
The high band amplitude.
frequencyHigh  Single
The high band frequency.

Return Value

NintendoSwitchGamepadVibration
See Also