C# Class Godot.IcsModel.Entities.RecipeItem

Ein RecipeItem verknüpft ein ProductionItem mit einer Menge und gehört zu einem Rezept
Inheritance: DomainEntity
Afficher le fichier Open project: Slesa/Playground Class Usage Examples

Méthodes publiques

Méthode Description
RecipeItem ( ) : Godot.Model
RecipeItem ( decimal quantity, RecipeableItem recipeableItem ) : Godot.Model

Method Details

RecipeItem() public méthode

public RecipeItem ( ) : Godot.Model
Résultat Godot.Model

RecipeItem() public méthode

public RecipeItem ( decimal quantity, RecipeableItem recipeableItem ) : Godot.Model
quantity decimal
recipeableItem RecipeableItem
Résultat Godot.Model