Click or drag to resize

AxisCalibrationsensitivityCurve Property

Gets or sets the sensitivity curve. The curve has no effect unless sensitivityType is set to Curve. Curve should have a time of 0 - 1 if using Radial, -1 to +1 or 0 to 1 if using Axial.

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

Property Value

Type: AnimationCurve
See Also