Click or drag to resize

XboxOneGamepadExtensionSetVibration(Single, Single, Boolean) Method

Sets vibration level for left and right motors.

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(
	float leftMotorLevel,
	float rightMotorLevel,
	bool stopOtherMotors
)

Parameters

leftMotorLevel  Single
float: 0.0 - 1.0
rightMotorLevel  Single
float: 0.0 - 1.0
stopOtherMotors  Boolean
Stop other motors?
See Also