Class JBeamFuelTankDefinition
- Namespace
- LibreRally.Vehicle.JBeam
- Assembly
- LibreRally.dll
Fuel tank / energy storage parsed from an energyStorage section and its named block.
public class JBeamFuelTankDefinition
- Inheritance
-
JBeamFuelTankDefinition
- Inherited Members
Properties
EnergyType
Type of energy stored (e.g., "gasoline").
public string EnergyType { get; init; }
Property Value
FuelCapacity
Total fuel capacity in litres.
public float FuelCapacity { get; init; }
Property Value
StartingFuelCapacity
Starting fuel amount in litres.
public float StartingFuelCapacity { get; init; }