Terraria.ModLoader.GlobalWall.PreDraw C# (CSharp) 메소드

PreDraw() 공개 메소드

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