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

ChooseCloseTexture() public method

public ChooseCloseTexture ( float &scale, double &parallax, float &a, float &b ) : int
scale float
parallax double
a float
b float
return int
		public virtual int ChooseCloseTexture(ref float scale, ref double parallax, ref float a, ref float b)
		{
			return -1;
		}
	}