AxisSensitivityType Enumeration |
Axis sensitivity calculation type.
Namespace: RewiredAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+fd80194fe28f6b408ce098e98c53850d307c3a32
Syntaxpublic enum AxisSensitivityType
Members| Member name | Value | Description |
|---|
| Multiplier | 0 |
Value is multiplied by sensitivity.
|
| Power | 1 |
Value is raised to a power.
As power nears 0, sensitivity of the axis closer to the zero/center position increases, while sensitivty closer the max position decreases.
As power increases past 1, sensitivity of the axis closer to the zero/center position decreases, while sensitivity close to the max position increases.
|
| Curve | 2 |
Value is multiplied by a point on a curve.
|
See Also