Blink.Classes.mapSet.getBackground C# (CSharp) Method

getBackground() public method

public getBackground ( ) : Microsoft.Xna.Framework.Graphics.Texture2D
return Microsoft.Xna.Framework.Graphics.Texture2D
        public Texture2D getBackground()
        {
            return background;
        }