ForceFeedbackEffectTypes Enumeration |
Namespace: NeoAxis
public enum ForceFeedbackEffectTypes
Member name | Value | Description | |
---|---|---|---|
Spring | 0 | The force increases in proportion to the distance of the axis from a defined neutral point. This is Condition force. | |
Damper | 1 | The force increases in proportion to the velocity with which the user moves the axis. This is Condition force. | |
Inertia | 2 | The force increases in proportion to the acceleration of the axis. This is Condition force. | |
Friction | 3 | The force is applied when the axis is moved and depends on the defined friction coefficient. This is Condition force. | |
ConstantForce | 4 | A constant force is a force with a defined magnitude and duration. | |
Square | 5 | This is Periodic force. | |
Sine | 6 | This is Periodic force. | |
Triangle | 7 | This is Periodic force. | |
SawtoothUp | 8 | The waveform drops vertically after it reaches maximum positive force. This is Periodic force. | |
SawtoothDown | 9 | The waveform rises vertically after it reaches maximum negative force. This is Periodic force. | |
Ramp | 10 | 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. |
Copyright 2024 NeoAxis Group. All rights reserved.