Click or drag to resize

GCControllerDualSenseExtensionSetVibration(Single, Single) Method

Sets vibration level for left and right motors.

Namespace: Rewired.Platforms.Apple.GameController
Assembly: Rewired_OSX (in Rewired_OSX.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SetVibration(
	float leftMotorLevel,
	float rightMotorLevel
)

Parameters

leftMotorLevel  Single
float: 0.0 - 1.0
rightMotorLevel  Single
float: 0.0 - 1.0

Implements

IDualShock4ExtensionSetVibration(Single, Single)
See Also