示例#1
0
        public void Begin()
        {
            StartListenForEvents();
            GeneratePanels();

            controller.TriggerUIEvent(UIEvents.Type.SceneComeIn);
        }
示例#2
0
        public void Begin()
        {
            controller.TriggerUIEvent(Framework.UIEvents.Type.SceneComeOut);

            _BackgroundAudio.FadeVolume(true);

            controller.StartCoroutine(LoadGAME());
        }