C# 클래스 FluffyManager.Dialog_CreateJobsForIngredients.IngredientSelector

파일 보기 프로젝트 열기: FluffierThanThou/RW_Manager

공개 프로퍼티들

프로퍼티 타입 설명
allowedThingDefs List
ingredient IngredientCount
manager Manager
recipeSelector RecipeSelector
targetCount int
targetRecipe RecipeDef

공개 메소드들

메소드 설명
AddBills ( ) : void
DrawSelectorRow ( Vector2 &cur, float width, int nesting, Vector2 parentPosition ) : void
HasRecipeChoices ( Map map, IngredientSelector ingredient ) : bool
IngredientSelector ( Manager manager, IngredientCount ingredient, int count, RecipeDef targetRecipe ) : System

메소드 상세

AddBills() 공개 메소드

public AddBills ( ) : void
리턴 void

DrawSelectorRow() 공개 메소드

public DrawSelectorRow ( Vector2 &cur, float width, int nesting, Vector2 parentPosition ) : void
cur Vector2
width float
nesting int
parentPosition Vector2
리턴 void

HasRecipeChoices() 공개 정적인 메소드

public static HasRecipeChoices ( Map map, IngredientSelector ingredient ) : bool
map Map
ingredient IngredientSelector
리턴 bool

IngredientSelector() 공개 메소드

public IngredientSelector ( Manager manager, IngredientCount ingredient, int count, RecipeDef targetRecipe ) : System
manager Manager
ingredient IngredientCount
count int
targetRecipe RecipeDef
리턴 System

프로퍼티 상세

allowedThingDefs 공개적으로 프로퍼티

public List allowedThingDefs
리턴 List

ingredient 공개적으로 프로퍼티

public IngredientCount ingredient
리턴 IngredientCount

manager 공개적으로 프로퍼티

public Manager,FluffyManager manager
리턴 Manager

recipeSelector 공개적으로 프로퍼티

public RecipeSelector recipeSelector
리턴 RecipeSelector

targetCount 공개적으로 프로퍼티

public int targetCount
리턴 int

targetRecipe 공개적으로 프로퍼티

public RecipeDef targetRecipe
리턴 RecipeDef