private ABManifestLoader() { _StrManifestPath = PathTool.GetWWWPath() + "/" + PathTool.GetPlatformName(); _ManifestObj = null; _ABReadManifest = null; _IsLoadFinish = false; }
public SingleABLoader(string abName, DelLoadComplete loadComplete) { _AssetLoader = null; _ABName = abName; _LoadCompleteHandle = loadComplete; _ABDownLoadPath = PathTool.GetWWWPath() + "/" + _ABName; }