NintendoSwitchGamepadVibrationCreate(Single, Single, Single, Single) Method |
Creates a new vibration with the specified settings.
Namespace: Rewired.ControllerExtensionsAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic 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