示例#1
0
        protected void OnDestroy()
        {
            QMonoSingletonComponent <QApp> .Dispose();

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