Exemplo n.º 1
0
 // 设置资源清单
 internal void SetSimulatePatchManifest(PatchManifest patchManifest)
 {
     _simulatePatchManifest = patchManifest;
     _simulatePatchManifest.InitAssetPathMapping(_locationToLower);
 }
Exemplo n.º 2
0
 internal void SetLocalPatchManifest(PatchManifest patchManifest)
 {
     LocalPatchManifest = patchManifest;
     LocalPatchManifest.InitAssetPathMapping(_locationToLower);
 }
Exemplo n.º 3
0
 // 设置资源清单
 internal void SetAppPatchManifest(PatchManifest patchManifest)
 {
     _appPatchManifest = patchManifest;
     _appPatchManifest.InitAssetPathMapping(_locationToLower);
 }