Struct BundleImporterOptions
资源导入选项
Assembly: YooAsset.dll
View Source
Declaration
public readonly struct BundleImporterOptions
Properties
MaximumConcurrency
最大并发数量
View Source
Declaration
public int MaximumConcurrency { get; }
RetryCount
失败后的重试次数
View Source
Declaration
public int RetryCount { get; }
BundleInfos
资源包信息列表
View Source
Declaration
public ImportBundleInfo[] BundleInfos { get; }