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

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; }