Kerbal Space Program
1.12.4
|
This class is used by DeltaStageInfo to record Propellant/Fuel Resource usage on Parts in the stage by engines in the stage. More...
Public Member Functions | |
DeltaVEngineResourcePartInfo (DeltaVPartInfo partInfo) | |
Public Attributes | |
float | fuelMassUsed |
The Mass of Resources in this part that are consumed by engines in the stage. More... | |
List< int > | resourceIdsUsed |
A List of Resource Ids used by engines in the stage from this part. More... | |
DeltaVPartInfo | resourcePart |
The DeltaVPartInfo reference. More... | |
This class is used by DeltaStageInfo to record Propellant/Fuel Resource usage on Parts in the stage by engines in the stage.
|
inline |
float DeltaVEngineResourcePartInfo.fuelMassUsed |
The Mass of Resources in this part that are consumed by engines in the stage.
List<int> DeltaVEngineResourcePartInfo.resourceIdsUsed |
A List of Resource Ids used by engines in the stage from this part.
DeltaVPartInfo DeltaVEngineResourcePartInfo.resourcePart |
The DeltaVPartInfo reference.