Ejemplo n.º 1
0
        public override void SetUpReference()
        {
            base.SetUpReference();
            ITutorialBaseUIElement tutorialBaseUIElement = tutorialBaseUIAdaptor.GetTutorialBaseUIElement();

            thisTutorialTitle.SetTutorialBaseUIElement(tutorialBaseUIElement);

            ITutorialManager tutorialManager = tutorialManagerAdaptor.GetTutorialManager();

            thisTutorialTitle.SetTutorialManager(tutorialManager);
        }
        public override void SetUpReference()
        {
            IMainMenuUIElement mainMenuUIElement = mainMenuUIAdaptor.GetMainMenuUIElement();

            thisTutorialManager.SetMainMenuUIElement(mainMenuUIElement);
            IGameplayUIElement gameplayUIElement = gameplayUIAdaptor.GetGameplayUIElement();

            thisTutorialManager.SetGameplayUIElement(gameplayUIElement);
            IUIElementGroupScroller rootScroller = (IUIElementGroupScroller)rootScrollerAdaptor.GetUIElement();

            thisTutorialManager.SetRootScroller(rootScroller);
            IFrostManager frostManager = frostManagerAdaptor.GetFrostManager();

            thisTutorialManager.SetFrostManager(frostManager);
            ITutorialTitle tutorialTitle = tutorialTitleAdaptor.GetTutorialTitle();

            thisTutorialManager.SetTutorialTitle(tutorialTitle);
            ITutorialBaseUIElement tutorialBaseUIElement = tutorialBaseUIAdaptor.GetTutorialBaseUIElement();

            thisTutorialManager.SetTutorialBaseUIElement(tutorialBaseUIElement);
        }
 public void SetTutorialBaseUIElement(ITutorialBaseUIElement uie)
 {
     thisTutorialBaseUIElement = uie;
 }