Fusion.TexturePump.TexturePump C# (CSharp) Method

TexturePump() public method

Constructor
public TexturePump ( Game game ) : System
game Game
return System
		public TexturePump ( Game game ) : base( game ) 
		{
			Config		=	new TexturePumpConfig();
			pumpTask	= Task.Factory.StartNew(LoadingFunction);

			if (!Directory.Exists(cachePath)) Directory.CreateDirectory(cachePath);
		}