Esempio n. 1
0
        protected void OnDestroy()
        {
            QMonoSingletonComponent <QApp> .Dispose();

            if (this.onDestroy != null)
            {
                this.onDestroy();
            }
        }
Esempio n. 2
0
 public static void Dispose()
 {
     QMonoSingletonComponent <QResMgr> .Dispose();
 }
 void OnDestroy()
 {
     QMonoSingletonComponent <QSoundMgr> .Dispose();
 }
 public static void Dispose()
 {
     QMonoSingletonComponent <QPoolManager> .Dispose();
 }
Esempio n. 5
0
 public static void Dispose()
 {
     QMonoSingletonComponent <QResourceManager> .Dispose();
 }
Esempio n. 6
0
 public void OnDestroy()
 {
     QMonoSingletonComponent <QUIManager> .Dispose();
 }
Esempio n. 7
0
 public void OnDestroy()
 {
     QMonoSingletonComponent <QResMgr> .Dispose();
 }