Enum EngineComponent.EngineType
Type of engine simulation to use, affecting starting behavior, stalling, and torque characteristics.
Namespace: NWH.VehiclePhysics2.Powertrain
Assembly: NWH.VehiclePhysics2.dll
Syntax
public enum EngineComponent.EngineType
Remarks
ICE (Internal Combustion Engine): Realistic gasoline/diesel engine with starter motor, idle control, stalling at low RPM, and traditional power delivery curves. Electric: Electric motor with instant torque, bidirectional operation, no stalling, and no starting sequence.
Fields
| Name | Description |
|---|---|
| Electric | Electric motor with instant torque and bidirectional operation |
| ICE | Internal Combustion Engine with starter, idle, and stalling behavior |