Enum StaticDriveBreakMode
How drive (throttle) input releases static friction.
Namespace: NWH.WheelController3D
Assembly: NWH.WheelController.dll
Syntax
public enum StaticDriveBreakMode
Fields
| Name | Description |
|---|---|
| DemandGated | Drive does not break the hold while the rig is stationary and a brake/handbrake is applied. |
| InputGated | Any net drive torque breaks the static hold (original behaviour). |