Click or drag to resize

DualSenseTriggerEffectFeedback Structure

Feedback trigger effect. Trigger will resist movement 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 DualSenseTriggerEffectFeedback : IDualSenseTriggerEffect

The DualSenseTriggerEffectFeedback type exposes the following members.

Properties
  NameDescription
Public propertyposition
The starting zone of the trigger effect. [Valid values: 0-9]
Public propertystrength
The force of the resistance. [Valid values: 0-8]
Top
See Also