Ejemplo n.º 1
0
        protected override void _OnExit(Core.FSM.Event e, FSM.State nextState)
        {
#if UNITY_EDITOR
            UIUpdateSelectWindow.Toggle();
#endif
        }
Ejemplo n.º 2
0
        /// <summary>
        ///  如果在编辑器下,显示选择网络还是单机。手机上直接进入登录引导界面
        /// </summary>
        /// <param name="e"></param>
        /// <param name="lastState"></param>
        public override void Enter(Core.FSM.Event e, FSM.State lastState)
        {
#if UNITY_EDITOR
            UIUpdateSelectWindow.Toggle();
#endif
        }