Exemple #1
0
        protected override void OnClosedDialog()
        {
            UI_EvolutionCharacterModelViewer component = base.gameObject.GetComponent <UI_EvolutionCharacterModelViewer>();

            if (null != component)
            {
                component.DeleteModelViewer();
            }
            if (this.openEvolutionDiagram)
            {
                CMD_EvolutionDiagram.CreateDialog(this.parentDialogGameObject);
            }
        }
Exemple #2
0
        protected override void OnShowDialog()
        {
            base.SetTutorialAnyTime("anytime_second_tutorial_evolution_rootmap");
            base.PartsTitle.SetTitle(StringMaster.GetString("EvolutionDiagramTitle"));
            this.monsterIconSource = MonsterIconFactory.CreateIcon(1);
            this.selectMonsterInfo.Initialize();
            this.beforeList.Initialize();
            this.afterList.Initialize();
            this.UpdateSelectMonster();
            this.UpdateViewList();
            UI_EvolutionCharacterModelViewer component = base.gameObject.GetComponent <UI_EvolutionCharacterModelViewer>();

            if (null != component)
            {
                component.Initialize();
            }
        }
Exemple #3
0
        public void OnPushedReturnButton()
        {
            UI_EvolutionCharacterModelViewer component = base.GetComponent <UI_EvolutionCharacterModelViewer>();

            component.OnPushedReturnButton();
        }