Click or drag to resize

XboxOneGamepadExtensionSetVibration Method (XboxOneGamepadMotorType, Single, Single, Boolean)

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
Type: Rewired.Platforms.XboxOneXboxOneGamepadMotorType
motorLevel
Type: SystemSingle
duration
Type: SystemSingle
stopOtherMotors
Type: SystemBoolean
See Also