Click or drag to resize

DualSenseTriggerEffectSlopeFeedback Class

Slope Feedback trigger effect. Trigger will resist movement at a linear range of strengths.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Rewired.ControllerExtensionsDualSenseTriggerEffectSlopeFeedback

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 DualSenseTriggerEffectSlopeFeedback : ValueType, 
	IDualSenseTriggerEffect

The DualSenseTriggerEffectSlopeFeedback type exposes the following members.

Properties
 NameDescription
Public propertyendPosition The ending zone of the trigger effect. [Valid values: startPosition + 1 to 9]
Public propertyendStrength The force of the resistance at the end. [Valid values: 1-8]
Public propertystartPosition The starting zone of the trigger effect. [Valid values: 0-endPosition]
Public propertystartStrength The force of the resistance at the start. [Valid values: 1-8]
Top
See Also