C# 클래스 Godot.IcsModel.Entities.RecipeItem

Ein RecipeItem verknüpft ein ProductionItem mit einer Menge und gehört zu einem Rezept
상속: DomainEntity
파일 보기 프로젝트 열기: Slesa/Playground 1 사용 예제들

공개 메소드들

메소드 설명
RecipeItem ( ) : Godot.Model
RecipeItem ( decimal quantity, RecipeableItem recipeableItem ) : Godot.Model

메소드 상세

RecipeItem() 공개 메소드

public RecipeItem ( ) : Godot.Model
리턴 Godot.Model

RecipeItem() 공개 메소드

public RecipeItem ( decimal quantity, RecipeableItem recipeableItem ) : Godot.Model
quantity decimal
recipeableItem RecipeableItem
리턴 Godot.Model