Egret Engine R - v6.0.0
Preparing search index...
extension/assetsmanager/src/shim/ResourceItem
ResourceItem
Interface ResourceItem
interface
ResourceItem
{
root
:
string
;
extra
?:
1
;
scale9grid
?:
string
;
groupNames
?:
string
[]
;
promise
?:
Promise
<
any
>
;
name
:
string
;
url
:
string
;
type
:
string
;
data
:
ResourceInfo
;
crc32
?:
string
;
size
?:
number
;
soundType
?:
string
;
}
Index
Properties
root
extra?
scale9grid?
group
Names?
promise?
name
url
type
data
crc32?
size?
sound
Type?
Properties
root
root
:
string
Optional
extra
extra
?:
1
Optional
scale9grid
scale9grid
?:
string
Optional
group
Names
groupNames
?:
string
[]
Optional
promise
promise
?:
Promise
<
any
>
name
name
:
string
加载项名称。
Version
Egret 5.2
Platform
Web
Language
zh_CN
url
url
:
string
要加载的文件地址。
Version
Egret 5.2
Platform
Web
Language
zh_CN
type
type
:
string
加载项文件类型。
Version
Egret 5.2
Platform
Web
Language
zh_CN
data
data
:
ResourceInfo
被引用的原始数据对象。
Version
Egret 5.2
Platform
Web
Language
zh_CN
Optional
crc32
crc32
?:
string
Optional
size
size
?:
number
Optional
sound
Type
soundType
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
root
extra
scale9grid
group
Names
promise
name
url
type
data
crc32
size
sound
Type
Egret Engine R - v6.0.0
Loading...
加载项名称。