Beispiel #1
0
        /// <summary>
        /// 唤醒
        /// </summary>
        protected override void Awake()
        {
            base.Awake();

            if (instance == null)
            {
                instance = this;
            }
            else
            {
                DEBUG.GuiMessage("UIMessageView是单例,不能多次初始化。", LogType.Error);
            }
        }