16 bool flag = recipe !=
null;
21 base.gameObject.SetActive(flag);
24 ActionMode.Build.recipe = recipe;
26 buttonAutoWall.mainText.text = (EMono.game.config.autoWall ?
"On" :
"Off");
35 buttonFreePlace.mainText.text = (EMono.game.config.freePos ?
"On" :
"Off");
51 buttonHeight.onRightClick = delegate
57 buttonHeight.onInputWheel = delegate(
int a)
63 bgGrid.uvRect =
new Rect(1f, 1f, this.GetComponentsInDirectChildren<ButtonGrid>(includeInactive:
false).Count, 1f);
ButtonGrid buttonAutoWall
ButtonGrid buttonFreePlace