コード例 #1
0
 protected void UnloadResource(SoundProfile soundProfile, SoundDatabase soundDatabase)
 {
     this.UnregisterBank(soundProfile);
     soundDatabase.Delete(soundProfile);
 }