AutoAsparagus.AutoAsparagus.loadTexture C# (CSharp) Method

loadTexture() private static method

private static loadTexture ( string path ) : Texture2D
path string
return UnityEngine.Texture2D
		private static Texture2D loadTexture (string path)
		{
			ASPConsoleStuff.AAprint ("loading texture: " + path);
			return GameDatabase.Instance.GetTexture (path, false);
		}