fliXNA_xbox.FlxSound.destroy C# (CSharp) Method

destroy() public method

public destroy ( ) : void
return void
        public override void destroy()
        {
            kill();

            //_transform = null;
            _sound = null;
            //_channel = null;
            _target = null;
            name = null;
            artist = null;

            base.destroy();
        }