Click or drag to resize

ForceFeedbackEffectTypes Enumeration

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum ForceFeedbackEffectTypes
Members
  Member nameValueDescription
Spring0 The force increases in proportion to the distance of the axis from a defined neutral point. This is Condition force.
Damper1 The force increases in proportion to the velocity with which the user moves the axis. This is Condition force.
Inertia2 The force increases in proportion to the acceleration of the axis. This is Condition force.
Friction3 The force is applied when the axis is moved and depends on the defined friction coefficient. This is Condition force.
ConstantForce4 A constant force is a force with a defined magnitude and duration.
Square5 This is Periodic force.
Sine6 This is Periodic force.
Triangle7 This is Periodic force.
SawtoothUp8 The waveform drops vertically after it reaches maximum positive force. This is Periodic force.
SawtoothDown9 The waveform rises vertically after it reaches maximum negative force. This is Periodic force.
Ramp10 A ramp force is a force with defined starting and ending magnitudes and a finite duration. A ramp force can continue in a single direction, or it can start as a strong push in one direction, weaken, stop, and then strengthen in the opposite direction.
See Also