代码重构

This commit is contained in:
何冠峰
2026-04-28 10:52:01 +08:00
parent 5b81269090
commit 67745c899a
161 changed files with 3164 additions and 4144 deletions

View File

@@ -6,7 +6,7 @@ namespace YooAsset
/// <summary>
/// 提供文件系统的创建参数与工厂方法
/// </summary>
public class FileSystemParameters
public partial class FileSystemParameters
{
internal readonly Dictionary<string, object> _createParameters = new Dictionary<string, object>(100);

View File

@@ -165,7 +165,7 @@ namespace YooAsset
// 创建默认的下载后台接口
if (DownloadBackend == null)
DownloadBackend = new UnityWebRequestBackend(null);
DownloadBackend = new UnityWebRequestBackend();
// 创建默认的下载重试策略
if (DownloadRetryPolicy == null)