FlatRedBall.Audio.AudioManager.Play
Introduction The Play method can be used to play a SoundEffect, optionally specifying the volume to play at. The Play method performs the following additional logic: It only plays the SoundEffect if AreSoundEffectsEnabled is true. It checks if the SoundEffect has already been played this frame, preventing the same SoundEffect from playing twice in one[…]