正在准备搜索索引...
搜索索引不可用
LayaAir3引擎API
LayaAir3引擎API
laya/net/Loader
ILoadOptions
接口 ILoadOptions
interface
ILoadOptions
{
blob
?:
ArrayBuffer
;
cache
?:
boolean
;
constructParams
?:
[
width
:
number
,
height
:
number
,
format
:
TextureFormat
,
mipmap
:
boolean
,
canRead
:
boolean
,
sRGB
:
boolean
,
premultiplyAlpha
:
boolean
,
]
;
group
?:
string
;
ignoreCache
?:
boolean
;
initiator
?:
ILoadTask
;
noRetry
?:
boolean
;
priority
?:
number
;
propertyParams
?:
TexturePropertyParams
;
silent
?:
boolean
;
type
?:
string
;
useWorkerLoader
?:
boolean
;
[
key
:
string
]:
any
;
}
层级 (
查看层级一览
)
ILoadOptions
ILoadURL
可索引
[
key
:
string
]:
any
索引
属性
blob?
cache?
construct
Params?
group?
ignore
Cache?
initiator?
no
Retry?
priority?
property
Params?
silent?
type?
use
Worker
Loader?
属性
可选
blob
blob
?:
ArrayBuffer
可选
cache
cache
?:
boolean
可选
construct
Params
constructParams
?:
[
width
:
number
,
height
:
number
,
format
:
TextureFormat
,
mipmap
:
boolean
,
canRead
:
boolean
,
sRGB
:
boolean
,
premultiplyAlpha
:
boolean
,
]
可选
group
group
?:
string
可选
ignore
Cache
ignoreCache
?:
boolean
可选
initiator
initiator
?:
ILoadTask
可选
no
Retry
noRetry
?:
boolean
可选
priority
priority
?:
number
可选
property
Params
propertyParams
?:
TexturePropertyParams
可选
silent
silent
?:
boolean
可选
type
type
?:
string
可选
use
Worker
Loader
useWorkerLoader
?:
boolean
切换版本:
显示设置
成员可见性
继承
外部
配色
自动
浅色
深色
目录
属性
blob
cache
construct
Params
group
ignore
Cache
initiator
no
Retry
priority
property
Params
silent
type
use
Worker
Loader
LayaAir3引擎API
加载中……