Enum TrailerStaticHoldBypassMode
How a towed trailer releases its wheels' static friction hold.
Namespace: NWH.VehiclePhysics2.Modules.Trailer
Assembly: NWH.VehiclePhysics2.dll
Syntax
public enum TrailerStaticHoldBypassMode
Fields
| Name | Description |
|---|---|
| OnRigMotion | Release only when the rig is moving or the tractor launches (throttle without brake); holds otherwise. |
| OnTractorInput | Release whenever the tractor commands throttle/brake/handbrake (original behaviour). |