Terraria.ModLoader.ModTree.GetBranchTextures C# (CSharp) Method

GetBranchTextures() public abstract method

public abstract GetBranchTextures ( int i, int j, int trunkOffset, int &frame ) : Microsoft.Xna.Framework.Graphics.Texture2D
i int
j int
trunkOffset int
frame int
return Microsoft.Xna.Framework.Graphics.Texture2D
		public abstract Texture2D GetBranchTextures(int i, int j, int trunkOffset, ref int frame);
	}