Click or drag to resize

ThrottleCalibrationMode Enumeration

Throttle calibration mode.

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