Wing
From UnityCar Wiki
This class is used to simulate aerodynamic wings. Add it to a GameObject to have lift or downForce applied at that position. Parameters:
- Drag Coefficient drag coefficient of the wing. The higher this value, the higher the aerodynamic resistance of the wing, Typical values 0.05 - 0.1.
- Angle Of Attack angle of attack of the wing. Positive values result in downForce (downwards thrust), negative values result in lift (upwards thrust).
- Down Force (READ ONLY) actual down (or lift) force exerted by the wing.
- Drag Force (READ ONLY) actual drag force (aerodynamic force) exerted by the wing.