| | |
| | | showFuncBtn.AddListener(() => |
| | | { |
| | | funcForm.SetActive(true); |
| | | UIManager.Instance.GetUI<HeroBestBaseWin>().GetCanvasGroup().alpha = 1; |
| | | }); |
| | | seeLhBtn.AddListener(() => |
| | | { |
| | | funcForm.SetActive(false); |
| | | UIManager.Instance.GetUI<HeroBestBaseWin>().GetCanvasGroup().alpha = 0; |
| | | }); |
| | | rightBtn.AddListener(() => |
| | | { |
| | |
| | | unfoldState = false; |
| | | allAttrScroll.verticalNormalizedPosition = 1; |
| | | Display(); |
| | | HeroUIManager.Instance.skinRedpoint.state = HeroUIManager.Instance.HeroAllSkinStateForRedpoint(HeroUIManager.Instance.selectForPreviewHeroID, true) > 0 ? RedPointState.Simple : RedPointState.None; |
| | | |
| | | } |
| | | |
| | | |