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

            _ABDownLoadPath = PathTool.GetWWWPath() + "/" + _ABName;
        }