Field torqueCurve
Torque output curve of your engine from 0 to 1 (0 to 100% of your RPM) on the X axis where Y is the peak torque multiplier output.
Namespace: YACC
Assembly: .dll
Syntax
public AnimationCurve torqueCurve
Returns
Type | Description |
---|---|
AnimationCurve |
Remarks
The curve needs to have at least 3 points, the first and last points are always set at zero. The curve is used to calculate the torque output of the engine at a specific RPM, can be either set with an AnimationCurve object or with ease within the inspector.