fliXNA_xbox.FlxSound.FlxSound C# (CSharp) Method

FlxSound() public method

FlxSound constructor gets all the variables initialized, but NOT ready to play a sound yet.
public FlxSound ( ) : System
return System
        public FlxSound()
            : base()
        {
            createSound();
        }