Delegate EngineComponent.PowerModifier
Delegate for a function that modifies engine power.
Namespace: NWH.VehiclePhysics2.Powertrain
Assembly: NWH.VehiclePhysics2.dll
Syntax
public delegate float EngineComponent.PowerModifier(float DeltaTime)
Parameters
| Type | Name | Description |
|---|---|---|
| float | DeltaTime | Delegate for a function that modifies engine power. |
Returns
| Type | Description |
|---|---|
| float | Delegate for a function that modifies engine power. |