Enum ClutchComponent.ClutchControlType
Defines the method used to control clutch engagement and disengagement.
Namespace: NWH.VehiclePhysics2.Powertrain
Assembly: NWH.VehiclePhysics2.dll
Syntax
public enum ClutchComponent.ClutchControlType
Remarks
Different control types provide varying levels of player interaction and realism, from arcade-style automatic operation to realistic manual clutch control.
Fields
| Name | Description |
|---|---|
| Automatic | Fully automatic clutch operation based on engine and vehicle conditions |
| Manual | Manual script-based clutch control for custom implementations |
| UserInput | Clutch controlled by user input (clutch pedal) |