Terraria.ModLoader.GlobalWall.PreDraw C# (CSharp) Method

PreDraw() public method

public PreDraw ( int i, int j, int type, SpriteBatch spriteBatch ) : bool
i int
j int
type int
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return bool
		public virtual bool PreDraw(int i, int j, int type, SpriteBatch spriteBatch)
		{
			return true;
		}