Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
void | RefreshLabel () |
string | GetLabel (Thing t, bool showColor) |
![]() | |
override void | OnCancel (BaseEventData eventData) |
void | SetList< TValue > (string name, IList< TValue > list, Func< TValue, int, string > getName, Action< int, TValue > onChange, bool notify=true) |
void | SetList< TValue > (int _index, IList< TValue > list, Func< TValue, int, string > getName, Action< int, TValue > onChange, bool notify=true) |
void | Next () |
void | Prev () |
Public Attributes | |
Recipe | recipe |
UIText | textLabel |
UIText | orgLabel |
Recipe.Ingredient | ingredient |
![]() | |
UIButton | bl |
Static Public Attributes | |
static Color | colorCost |
static Color | colorPredict |
![]() | |
static UIDropdown | activeInstance |
Additional Inherited Members | |
![]() | |
override void | OnEnable () |
override GameObject | CreateBlocker (Canvas rootCanvas) |
override void | DestroyBlocker (GameObject blocker) |
Definition at line 3 of file DropdownRecipe.cs.
|
inline |
Definition at line 22 of file DropdownRecipe.cs.
References colorCost, HitSummary.countValid, ingredient, Core.Instance, Card.material, Card.NameSimple, Card.Num, Core.screen, BaseTileSelector.summary, and BaseGameScreen.tileSelector.
Referenced by RefreshLabel().
|
inline |
Definition at line 17 of file DropdownRecipe.cs.
References RecipeSource.colorIng, GetLabel(), ingredient, Recipe.ingredients, recipe, UIText.SetText(), Recipe.source, and textLabel.
Referenced by UIRecipeInfo.RefreshBalance().
|
static |
Definition at line 5 of file DropdownRecipe.cs.
Referenced by GetLabel().
|
static |
Definition at line 7 of file DropdownRecipe.cs.
Recipe.Ingredient DropdownRecipe.ingredient |
Definition at line 15 of file DropdownRecipe.cs.
Referenced by GetLabel(), and RefreshLabel().
UIText DropdownRecipe.orgLabel |
Definition at line 13 of file DropdownRecipe.cs.
Referenced by UIRecipeInfo.RefreshList().
Recipe DropdownRecipe.recipe |
Definition at line 9 of file DropdownRecipe.cs.
Referenced by RefreshLabel().
UIText DropdownRecipe.textLabel |
Definition at line 11 of file DropdownRecipe.cs.
Referenced by RefreshLabel().