Click or drag to resize

ThrottleCalibrationMode Class

Throttle calibration mode.
Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      Rewired.ConfigThrottleCalibrationMode

Namespace: Rewired.Config
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class ThrottleCalibrationMode : Enum

The ThrottleCalibrationMode type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberNegativeOneToOne Throttles are calibrated to a range of -1 to +1 with 0 being in the center position.
Public fieldvalue__ 
Public fieldStatic memberZeroToOne Throttles are calibrated to a range of 0 to +1 with 0 being in the fully disengaged position.
Top
See Also