Click or drag to resize

DualSenseTriggerEffectVibration Structure

Vibration trigger effect. Trigger will vibrate with the input amplitude and frequency beyond the start position.

Namespace:  Rewired.ControllerExtensions
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public struct DualSenseTriggerEffectVibration : IDualSenseTriggerEffect

The DualSenseTriggerEffectVibration type exposes the following members.

Properties
  NameDescription
Public propertyamplitude
Strength of the vibration motor. [Valid values: 0-8]
Public propertyfrequency
Frequency of the vibration motor. [Valid values: 0-255 Hz]
Public propertyposition
The starting zone of the trigger effect. [Valid values: 0-9]
Top
See Also