Skip to main content
Version: 1.5.x

Class InitializeParameters

初始化参数

Assembly: YooAsset.dll
View Source
Declaration
public abstract class InitializeParameters

Fields

LocationToLower

资源定位地址大小写不敏感 注意:默认值为False

View Source
Declaration
public bool LocationToLower

DecryptionServices

文件解密服务接口

View Source
Declaration
public IDecryptionServices DecryptionServices

LoadingMaxTimeSlice

资源加载每帧处理的最大时间片段 注意:默认值为MaxValue

View Source
Declaration
public long LoadingMaxTimeSlice

DownloadFailedTryAgain

下载失败尝试次数 注意:默认值为MaxValue

View Source
Declaration
public int DownloadFailedTryAgain