Example #1
0
 private void ShutdownRoom()
 {
     if (id >= 0)
     {
         GvrAudio.DestroyAudioRoom(id);
         id = -1;
     }
 }