Click or drag to resize

NintendoSwitchGamepadVibrationCreate Method (Single, Single, Single, Single)

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
Type: SystemSingle
The low band amplitude.
frequencyLow
Type: SystemSingle
The low band frequency.
amplitudeHigh
Type: SystemSingle
The high band amplitude.
frequencyHigh
Type: SystemSingle
The high band frequency.

Return Value

Type: NintendoSwitchGamepadVibration
See Also