Click or drag to resize

DualShock4ExtensionSetVibration Method (DualShock4MotorType, Single)

Sets vibration leves on an individual motor.

Namespace:  Rewired.ControllerExtensions
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SetVibration(
	DualShock4MotorType motor,
	float motorLevel
)

Parameters

motor
Type: Rewired.ControllerExtensionsDualShock4MotorType
Motor type
motorLevel
Type: SystemSingle
Motor level [float: 0.0 - 1.0]
See Also