mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-23 01:00:16 +00:00
Update AssetBundleBuilder
This commit is contained in:
@@ -40,6 +40,16 @@ namespace YooAsset.Editor
|
||||
/// </summary>
|
||||
public bool AppendFileExtension = false;
|
||||
|
||||
/// <summary>
|
||||
/// 加密类
|
||||
/// </summary>
|
||||
public IEncryptionServices EncryptionServices;
|
||||
|
||||
/// <summary>
|
||||
/// 冗余类
|
||||
/// </summary>
|
||||
public IRedundancyServices RedundancyServices;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 强制重新构建整个项目,如果为FALSE则是增量打包
|
||||
|
||||
Reference in New Issue
Block a user