Пример #1
0
 public void UnRegister()
 {
     mChatArray.Clear();
     mChatCellStructList.Clear();
     mUIMessageTag  = null;
     mUIMessageMain = null;
     mUIMessageMail = null;
 }
Пример #2
0
    void OnDestroy()
    {
        mInput    = null;
        mUITable2 = null;
        mFreeNum  = null;

        MessageMgr.GetInstance().Clear();
        _instance = null;
    }
Пример #3
0
 //main panel
 void CreateInfoPanel()
 {
     UnityEngine.Object obj = PrefabLoader.loadFromPack("LS/pbLSInformation");
     if (obj != null)
     {
         GameObject go = RUIMonoBehaviour.Instantiate(obj) as GameObject;
         mUIMessageMain = go.GetComponent <UIMessageMain>();
         RED.AddChild(go.gameObject, DBUIController.mDBUIInstance._bottomRoot);
     }
 }
Пример #4
0
    void OnDestory()
    {
//		curViewIsAlive = false;
        _instance = null;
    }
Пример #5
0
    void Awake()
    {
        _instance = this;
//		curViewIsAlive = true;
    }