mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-23 17:20:12 +00:00
优化了资源定位不正确导致的错误报告方式。 YooAssets.ProcessOperation()重命名为YooAssets.StartOperation() YooAssets.GetBundleInfo()已经移除方法。 YooAssets.IsNeedDownloadFromRemote()新增加方法。
11 lines
171 B
C#
11 lines
171 B
C#
|
|
namespace YooAsset
|
|
{
|
|
public interface IDecryptionServices
|
|
{
|
|
/// <summary>
|
|
/// 获取加密文件的数据偏移量
|
|
/// </summary>
|
|
ulong GetFileOffset();
|
|
}
|
|
} |