Update AssetBundleBuilder

This commit is contained in:
hevinci
2022-03-23 17:18:43 +08:00
parent 0c14e95679
commit a6c6da62d3
10 changed files with 88 additions and 48 deletions

View File

@@ -40,6 +40,16 @@ namespace YooAsset.Editor
/// </summary>
public bool AppendFileExtension = false;
/// <summary>
/// 加密类
/// </summary>
public IEncryptionServices EncryptionServices;
/// <summary>
/// 冗余类
/// </summary>
public IRedundancyServices RedundancyServices;
/// <summary>
/// 强制重新构建整个项目如果为FALSE则是增量打包