Click or drag to resize

AxisSensitivityType Class

Axis sensitivity calculation type.
Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      RewiredAxisSensitivityType

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class AxisSensitivityType : Enum

The AxisSensitivityType type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberCurve Value is multiplied by a point on a curve.
Public fieldStatic memberMultiplier Value is multiplied by sensitivity.
Public fieldStatic memberPower 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.
Public fieldvalue__ 
Top
See Also