Delegate EngineComponent.CalculateTorque
Delegate for a function that calculates engine output torque.
Assembly: NWH.VehiclePhysics2.dll
Syntax
public delegate float EngineComponent.CalculateTorque(float angularVelocity, float dt)
Parameters
| Type |
Name |
Description |
| float |
angularVelocity |
Delegate for a function that calculates engine output torque. |
| float |
dt |
Delegate for a function that calculates engine output torque. |
Returns
| Type |
Description |
| float |
Delegate for a function that calculates engine output torque. |