Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Godot
IcsModel
Entities
RecipeItem
C# Class Godot.IcsModel.Entities.RecipeItem
Ein RecipeItem verknüpft ein ProductionItem mit einer Menge und gehört zu einem Rezept
Inheritance:
DomainEntity
Datei anzeigen
Open project: Slesa/Playground
Class Usage Examples
Public Methods
Method
Description
RecipeItem
( ) :
Godot.Model
RecipeItem
(
decimal
quantity
,
RecipeableItem
recipeableItem
) :
Godot.Model
Method Details
RecipeItem()
public
method
public
RecipeItem
( ) :
Godot.Model
return
Godot.Model
RecipeItem()
public
method
public
RecipeItem
(
decimal
quantity
,
RecipeableItem
recipeableItem
) :
Godot.Model
quantity
decimal
recipeableItem
RecipeableItem
return
Godot.Model