Ejemplo n.º 1
0
 private void OnApplicationQuit()
 {
     if (parsec != null)
     {
         parsec.ParsecDestroy();
     }
 }
 private void OnDestroy()
 {
     if (Parsec != null)
     {
         Parsec.ParsecDestroy();
     }
 }
Ejemplo n.º 3
0
    private void OnDestroy()
    {
        if (parsec != null)
        {
            parsec.ParsecDestroy();
        }

        pollAudio = false;
    }