Beispiel #1
0
 void OnDestroy()
 {
     // Stop background threads.
     if (m_backgroundDataProvider != null)
     {
         m_backgroundDataProvider.StopClientThread();
     }
 }
Beispiel #2
0
 void OnApplicationQuit()
 {
     // Stop background threads.
     if (m_backgroundDataProvider != null)
     {
         m_backgroundDataProvider.StopClientThread();
     }
 }