Click or drag to resize

AxisCalibrationsensitivityType Property

Determines how sensitivity will be calculated. If sensitivityType is set to Multiplier or Power, the sensitivity property is used to calculate the value. If sensitivityType is set to Curve, the sensitivityCurve property is used to calculate the value.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public AxisSensitivityType sensitivityType { get; set; }

Property Value

Type: AxisSensitivityType
See Also