Class ResourceDefinitionData.RecipeProperties
- Namespace
- KSP.Sim.ResourceSystem
- Assembly
- Assembly-CSharp.dll
public class ResourceDefinitionData.RecipeProperties
- Inheritance
-
ResourceDefinitionData.RecipeProperties
- Inherited Members
- Extension Methods
Constructors
RecipeProperties(double, IEnumerable<ResourceUnitsPair>)
public RecipeProperties(double totalMassPerUnit, IEnumerable<ResourceUnitsPair> ingredients)
Parameters
totalMassPerUnitdoubleingredientsIEnumerable<ResourceUnitsPair>
Fields
IngredientsResourceIDs
public readonly IReadOnlyList<ResourceDefinitionID> IngredientsResourceIDs
Field Value
ingredients
public readonly IReadOnlyList<ResourceUnitsPair> ingredients
Field Value
totalMasPerUnit
public readonly double totalMasPerUnit