C# Class FluffyManager.Dialog_CreateJobsForIngredients.IngredientSelector

Afficher le fichier Open project: FluffierThanThou/RW_Manager

Méthodes publiques

Свойство Type Description
allowedThingDefs List
ingredient IngredientCount
manager Manager
recipeSelector RecipeSelector
targetCount int
targetRecipe RecipeDef

Méthodes publiques

Méthode Description
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

Method Details

AddBills() public méthode

public AddBills ( ) : void
Résultat void

DrawSelectorRow() public méthode

public DrawSelectorRow ( Vector2 &cur, float width, int nesting, Vector2 parentPosition ) : void
cur Vector2
width float
nesting int
parentPosition Vector2
Résultat void

HasRecipeChoices() public static méthode

public static HasRecipeChoices ( Map map, IngredientSelector ingredient ) : bool
map Map
ingredient IngredientSelector
Résultat bool

IngredientSelector() public méthode

public IngredientSelector ( Manager manager, IngredientCount ingredient, int count, RecipeDef targetRecipe ) : System
manager Manager
ingredient IngredientCount
count int
targetRecipe RecipeDef
Résultat System

Property Details

allowedThingDefs public_oe property

public List allowedThingDefs
Résultat List

ingredient public_oe property

public IngredientCount ingredient
Résultat IngredientCount

manager public_oe property

public Manager,FluffyManager manager
Résultat Manager

recipeSelector public_oe property

public RecipeSelector recipeSelector
Résultat RecipeSelector

targetCount public_oe property

public int targetCount
Résultat int

targetRecipe public_oe property

public RecipeDef targetRecipe
Résultat RecipeDef