Click or drag to resize

ThrottleCalibrationMode Enumeration

Throttle calibration mode.

Namespace:  Rewired.Config
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum ThrottleCalibrationMode
Members
  Member nameValueDescription
ZeroToOne0 Throttles are calibrated to a range of 0 to +1 with 0 being in the fully disengaged position.
NegativeOneToOne1 Throttles are calibrated to a range of -1 to +1 with 0 being in the center position.
See Also