Property | Type | Description | |
---|---|---|---|
allowedThingDefs | List |
||
ingredient | IngredientCount | ||
manager | |||
recipeSelector | RecipeSelector | ||
targetCount | int | ||
targetRecipe | RecipeDef |
Method | Description | |
---|---|---|
AddBills ( ) : void | ||
DrawSelectorRow ( Vector2 &cur, float width, int nesting, Vector2 parentPosition ) : void | ||
HasRecipeChoices ( Map map, IngredientSelector ingredient ) : bool | ||
IngredientSelector ( |
public DrawSelectorRow ( Vector2 &cur, float width, int nesting, Vector2 parentPosition ) : void | ||
cur | Vector2 | |
width | float | |
nesting | int | |
parentPosition | Vector2 | |
return | void |
public static HasRecipeChoices ( Map map, IngredientSelector ingredient ) : bool | ||
map | Map | |
ingredient | IngredientSelector | |
return | bool |
public IngredientSelector ( |
||
manager | ||
ingredient | IngredientCount | |
count | int | |
targetRecipe | RecipeDef | |
return | System |