Click or drag to resize

UnityInputSystemGamepadExtension Constructor

Initializes a new instance of the UnityInputSystemGamepadExtension class

Namespace: Rewired.Platforms.UnityInputSystem
Assembly: Rewired.UnityInputSystem (in Rewired.UnityInputSystem.dll) Version: 1.0.0+fd80194fe28f6b408ce098e98c53850d307c3a32
Syntax
C#
public UnityInputSystemGamepadExtension(
	Gamepad gamepad,
	IIntensityVibrationComponent vibrationComponent
)

Parameters

gamepad  Gamepad
 
vibrationComponent  IIntensityVibrationComponent
 
See Also