Struct BundleDownloaderOptions
按资源信息创建下载器的选项
Assembly: YooAsset.dll
View Source
Declaration
public readonly struct BundleDownloaderOptions
Properties
MaximumConcurrency
最大并发数量
View Source
Declaration
public int MaximumConcurrency { get; }
RetryCount
失败后的重试次数
View Source
Declaration
public int RetryCount { get; }
DownloadBundleDependencies
下载资源对象所属资源包内所有资源对象依赖的资源包
View Source
Declaration
public bool DownloadBundleDependencies { get; }
AssetInfos
资源信息列表
View Source
Declaration
public AssetInfo[] AssetInfos { get; }