Click or drag to resize

AxisSensitivityType Enumeration

Axis sensitivity calculation type.

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+e8257758c3446d922301bab0e4637a0e5ec1862f
Syntax
C#
public enum AxisSensitivityType
Members
Member nameValueDescription
Multiplier0 Value is multiplied by sensitivity.
Power1 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.
Curve2 Value is multiplied by a point on a curve.
See Also