Elin Modding Docs Doc
|
Public Member Functions | |
void | RefreshLabel () |
string | GetLabel (Thing t, bool showColor) |
Public Attributes | |
Recipe | recipe |
UIText | textLabel |
UIText | orgLabel |
Recipe.Ingredient | ingredient |
Static Public Attributes | |
static Color | colorCost |
static Color | colorPredict |
Definition at line 5 of file DropdownRecipe.cs.
string DropdownRecipe.GetLabel | ( | Thing | t, |
bool | showColor ) |
Definition at line 14 of file DropdownRecipe.cs.
void DropdownRecipe.RefreshLabel | ( | ) |
Definition at line 8 of file DropdownRecipe.cs.
|
static |
Definition at line 47 of file DropdownRecipe.cs.
|
static |
Definition at line 50 of file DropdownRecipe.cs.
Recipe.Ingredient DropdownRecipe.ingredient |
Definition at line 62 of file DropdownRecipe.cs.
UIText DropdownRecipe.orgLabel |
Definition at line 59 of file DropdownRecipe.cs.
Recipe DropdownRecipe.recipe |
Definition at line 53 of file DropdownRecipe.cs.
UIText DropdownRecipe.textLabel |
Definition at line 56 of file DropdownRecipe.cs.