Click or drag to resize

DualSenseTriggerEffectVibration Structure

Vibration trigger effect. Trigger will vibrate with the input amplitude and frequency beyond the start position.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Rewired.ControllerExtensionsDualSenseTriggerEffectVibration

Namespace: Rewired.ControllerExtensions
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+20d1932ee9c49d9b6496f76a0835fd9b82311ad2
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