Enum TransmissionComponent.TransmissionShiftType
Defines the type of transmission shift behavior and control method.
Namespace: NWH.VehiclePhysics2.Powertrain
Assembly: NWH.VehiclePhysics2.dll
Syntax
public enum TransmissionComponent.TransmissionShiftType
Remarks
Each type provides different driving characteristics and player interaction models, from fully automatic operation to complete manual control.
Fields
| Name | Description |
|---|---|
| Automatic | Automatic transmission with torque converter and automatic shifting |
| CVT | Continuously Variable Transmission with infinite gear ratios |
| External | External custom transmission logic via delegate assignment |
| Manual | Manual transmission requiring clutch control and gear selection |