예제 #1
0
 public int UnloadEffect(int soundId)
 {
     if (mEngine == null)
     {
         return(0);
     }
     return(mEngine.UnloadEffect(soundId));
 }