跳到主要内容
版本:3.0.x

Struct ResourceDownloaderOptions

按资源标签创建下载器的选项

Assembly: YooAsset.dll
View Source
Declaration
public readonly struct ResourceDownloaderOptions

Properties

MaximumConcurrency

最大并发数量

View Source
Declaration
public int MaximumConcurrency { get; }

RetryCount

失败后的重试次数

View Source
Declaration
public int RetryCount { get; }

Tags

资源标签列表

View Source
Declaration
public string[] Tags { get; }