Click or drag to resize

AxisSensitivityType Enumeration

Axis sensitivity calculation type.

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+fd80194fe28f6b408ce098e98c53850d307c3a32
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