Terraria.ModLoader.ModSurfaceBgStyle.PreDrawCloseBackground C# (CSharp) Method

PreDrawCloseBackground() public method

public PreDrawCloseBackground ( SpriteBatch spriteBatch ) : bool
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return bool
		public virtual bool PreDrawCloseBackground(SpriteBatch spriteBatch)
		{
			return true;
		}