예제 #1
0
파일: AudioEngine.cs 프로젝트: xxami/Pulsus
 public void Play(SoundInstance soundInstance, int polyphony)
 {
     AddInstance(soundInstance, polyphony);
 }
예제 #2
0
파일: AudioEngine.cs 프로젝트: xxami/Pulsus
 public SoundInstanceInternal(SoundInstance instance)
 {
     this.instance = instance;
 }