FlatRedBall.Audio.PositionedSound.Play C# (CSharp) Method

Play() public method

Begins playback of this sound, or resumes playback (if it has been paused)
public Play ( ) : void
return void
        public void Play()
        {
            mSound.Play();
        }