Class TaskEncryption
资源包加密任务,在管线输出目录对资源包文件执行加密并记录加密路径。
Assembly: YooAsset.Editor.dll
View Source
Declaration
public class TaskEncryption
Methods
EncryptingBundleFiles(BuildParametersContext, BuildMapContext)
加密资源包文件
View Source
Declaration
public void EncryptingBundleFiles(BuildParametersContext buildParametersContext, BuildMapContext buildMapContext)
Parameters
| Type | Name | Description |
|---|---|---|
| YooAsset.Editor.BuildParametersContext | buildParametersContext | 构建参数上下文 |
| YooAsset.Editor.BuildMapContext | buildMapContext | 构建映射上下文 |