Elin Modding Docs Doc
|
Public Member Functions | |
void | Build (List< GridItem > items) |
List< Thing > | ListIngredients (Recipe.Ingredient ingredient, StockSearchMode searchMode) |
void | BuildIngredients (Recipe _recipe, Image _icon, Action _onValueChange, StockSearchMode _searchMode) |
void | Redraw () |
void | Activate (Recipe.Ingredient ingredient, List< Thing > things) |
void | OnChangeIngredient () |
void | Deactivate () |
void | OnDestroy () |
void | TrySelect (int a) |
void | Next () |
void | Prev () |
Public Attributes | |
UIList | list |
UIList | listDrop |
RectTransform | rectDrop |
RectTransform | rectDropContent |
RectTransform | pivot |
Recipe | recipe |
Image | icon |
SoundData | soundPop |
Action | onValueChange |
int | slots = 4 |
Vector3 | fixPos |
StockSearchMode | searchMode |
UIRecipeInfo | recipeInfo |
Dictionary< string, int > | lastMats = new Dictionary<string, int>() |
Static Public Attributes | |
static bool | IsActive |
static DropdownGrid | Instance |
![]() | |
static Core | core |
Additional Inherited Members | |
![]() | |
static int | rnd (int a) |
![]() | |
static Game | game [get] |
static bool | AdvMode [get] |
static Player | player [get] |
static Chara | pc [get] |
static UI | ui [get] |
static Map | _map [get] |
static Zone | _zone [get] |
static FactionBranch | Branch [get] |
static FactionBranch | BranchOrHomeBranch [get] |
static Faction | Home [get] |
static Scene | scene [get] |
static BaseGameScreen | screen [get] |
static GameSetting | setting [get] |
static GameData | gamedata [get] |
static ColorProfile | Colors [get] |
static World | world [get] |
static SoundManager | Sound [get] |
static SourceManager | sources [get] |
static SourceManager | editorSources [get] |
static CoreDebug | debug [get] |
Definition at line 7 of file DropdownGrid.cs.
void DropdownGrid.Activate | ( | Recipe.Ingredient | ingredient, |
List< Thing > | things ) |
Definition at line 206 of file DropdownGrid.cs.
void DropdownGrid.Build | ( | List< GridItem > | items | ) |
Definition at line 22 of file DropdownGrid.cs.
void DropdownGrid.BuildIngredients | ( | Recipe | _recipe, |
Image | _icon, | ||
Action | _onValueChange, | ||
StockSearchMode | _searchMode ) |
Definition at line 61 of file DropdownGrid.cs.
void DropdownGrid.Deactivate | ( | ) |
Definition at line 268 of file DropdownGrid.cs.
List< Thing > DropdownGrid.ListIngredients | ( | Recipe.Ingredient | ingredient, |
StockSearchMode | searchMode ) |
Definition at line 55 of file DropdownGrid.cs.
void DropdownGrid.Next | ( | ) |
Definition at line 324 of file DropdownGrid.cs.
void DropdownGrid.OnChangeIngredient | ( | ) |
Definition at line 249 of file DropdownGrid.cs.
void DropdownGrid.OnDestroy | ( | ) |
Definition at line 278 of file DropdownGrid.cs.
void DropdownGrid.Prev | ( | ) |
Definition at line 330 of file DropdownGrid.cs.
void DropdownGrid.Redraw | ( | ) |
Definition at line 200 of file DropdownGrid.cs.
void DropdownGrid.TrySelect | ( | int | a | ) |
Definition at line 285 of file DropdownGrid.cs.
Vector3 DropdownGrid.fixPos |
Definition at line 372 of file DropdownGrid.cs.
Image DropdownGrid.icon |
Definition at line 360 of file DropdownGrid.cs.
|
static |
Definition at line 339 of file DropdownGrid.cs.
|
static |
Definition at line 336 of file DropdownGrid.cs.
Dictionary<string, int> DropdownGrid.lastMats = new Dictionary<string, int>() |
Definition at line 382 of file DropdownGrid.cs.
UIList DropdownGrid.list |
Definition at line 342 of file DropdownGrid.cs.
UIList DropdownGrid.listDrop |
Definition at line 345 of file DropdownGrid.cs.
Action DropdownGrid.onValueChange |
Definition at line 366 of file DropdownGrid.cs.
RectTransform DropdownGrid.pivot |
Definition at line 354 of file DropdownGrid.cs.
Recipe DropdownGrid.recipe |
Definition at line 357 of file DropdownGrid.cs.
UIRecipeInfo DropdownGrid.recipeInfo |
Definition at line 378 of file DropdownGrid.cs.
RectTransform DropdownGrid.rectDrop |
Definition at line 348 of file DropdownGrid.cs.
RectTransform DropdownGrid.rectDropContent |
Definition at line 351 of file DropdownGrid.cs.
StockSearchMode DropdownGrid.searchMode |
Definition at line 375 of file DropdownGrid.cs.
int DropdownGrid.slots = 4 |
Definition at line 369 of file DropdownGrid.cs.
SoundData DropdownGrid.soundPop |
Definition at line 363 of file DropdownGrid.cs.