コード例 #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;
 }