Class CarAerodynamicsController
This controller adds aerodynamics on the car, applies downforce.
Namespace: YACC.Controllers
Assembly: .dll
Syntax
public class CarAerodynamicsController : MonoBehaviour
Fields
| Name | Description |
|---|---|
| downforceFrontForce | Front downforce force |
| downforceFrontPosition | Position of the front downforce point |
| downforceFrontRatio | |
| downforceRearForce | Rear downforce force |
| downforceRearPosition | Position of the rear downforce point |
| downforceRearRatio | |
| tailwind | |
| tailwindDistance | Distance to check for tailwind |
| tailwindDragReduction | Drag reduction when in tailwind |