Click or drag to resize

ThrottleCalibrationMode Enumeration

Throttle calibration mode.

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