コード例 #1
0
ファイル: SnapsEngine.cs プロジェクト: mzamp27/source
 /// <summary>
 /// Starts playing the given sound effect. The method
 /// returns as soon as the sound has started playing.
 /// </summary>
 /// <param name="effectName">name of the file in Sounds/SoundEffects to play</param>
 public static void PlayGameSoundEffect(string effectName)
 {
     manager.PlaySoundEffectNoWait(effectName);
 }