Click or drag to resize

DualSenseTriggerEffectVibration Class

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.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public sealed class DualSenseTriggerEffectVibration : ValueType, 
	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