Method EvaluateTorqueCurveAtRPM
EvaluateTorqueCurveAtRPM(float)
Returns a value between 0 and 1 based on the current RPM and the torque curve.
Declaration
public float EvaluateTorqueCurveAtRPM(float atRPM = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| float | atRPM | Target RPM of the engine |
Returns
| Type | Description |
|---|---|
| float | Value between 0 and 1 |