protected void OnDestroy() { QMonoSingletonComponent <QApp> .Dispose(); if (this.onDestroy != null) { this.onDestroy(); } }
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(); }
public void OnDestroy() { QMonoSingletonComponent <QUIManager> .Dispose(); }
public void OnDestroy() { QMonoSingletonComponent <QResMgr> .Dispose(); }