/// <summary> /// 造函数 /// </summary> /// <param name="ab">代理这个AssetBundle</param> public ABProxy(ABMgr abManager, string abName) { this.abName = abName; this.abManager = abManager; //this.ab = ab; this.isDisposed = false; }
public ABRequestManager(ABMgr abManager) { this.folder = abManager.folder; //this.abManager = abManager; abRequestDict = new Dictionary <string, AssetBundleCreateRequest>(); }
public WaitForABProxy(ABMgr thiz, ABProxy abProxy) { //this.thiz = thiz; this.abProxy = abProxy; }