Click or drag to resize

XboxOneGamepadExtensionSetVibration(XboxOneGamepadMotorType, Single, Single, Boolean) 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,
	bool stopOtherMotors
)

Parameters

motor  XboxOneGamepadMotorType
 
motorLevel  Single
 
duration  Single
 
stopOtherMotors  Boolean
 
See Also