コード例 #1
0
ファイル: EffectManager.cs プロジェクト: kiichi7/XnaShooter
 /// <summary>
 /// Play sound effect, adds 3d sound effect depending on the position.
 /// </summary>
 /// <param name="soundType">Sound type</param>
 public static void PlaySoundEffect(EffectSoundType soundType)
 {
     Sound.Play(soundType.ToString());
 }