mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-28 03:28:47 +00:00
代码重构
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -165,7 +165,7 @@ namespace YooAsset
|
||||
|
||||
// 创建默认的下载后台接口
|
||||
if (DownloadBackend == null)
|
||||
DownloadBackend = new UnityWebRequestBackend(null);
|
||||
DownloadBackend = new UnityWebRequestBackend();
|
||||
|
||||
// 创建默认的下载重试策略
|
||||
if (DownloadRetryPolicy == null)
|
||||
|
||||
Reference in New Issue
Block a user