Enum TransmissionComponent.AutomaticTransmissionDNRShiftType
Defines how Drive/Neutral/Reverse (DNR) shifts are handled in automatic transmissions.
Namespace: NWH.VehiclePhysics2.Powertrain
Assembly: NWH.VehiclePhysics2.dll
Syntax
public enum TransmissionComponent.AutomaticTransmissionDNRShiftType
Remarks
Controls the user interaction required for major gear selector changes. Safety feature to prevent accidental shifts between drive modes.
Fields
| Name | Description |
|---|---|
| Auto | Automatic DNR shifting without user input requirement |
| RepeatInput | Requires repeated input presses for DNR mode changes |
| RequireShiftInput | Requires specific shift input to change between D/N/R modes |