Click or drag to resize

XboxOneGamepadExtensionSetVibration(XboxOneGamepadMotorType, Single, Single) Method


Namespace: Rewired.Platforms.XboxOne
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SetVibration(
	XboxOneGamepadMotorType motor,
	float motorLevel,
	float duration
)

Parameters

motor  XboxOneGamepadMotorType
 
motorLevel  Single
 
duration  Single
 
See Also