Details
类型
模块: _decorator 父模块: cc
包含反序列化时的一些信息
索引
属性(properties)
uuidList
String[]
list of the depends assets' uuiduuidObjList
Object[]
the obj list whose field needs to load asset by uuiduuidPropList
String[]
the corresponding field name which referenced to the asset
方法
Details
属性(properties)
uuidList
list of the depends assets' uuid
meta | description |
---|---|
类型 | String[] |
定义于 | cocos2d/core/platform/deserialize.js:44 |
uuidObjList
the obj list whose field needs to load asset by uuid
meta | description |
---|---|
类型 | Object[] |
定义于 | cocos2d/core/platform/deserialize.js:49 |
uuidPropList
the corresponding field name which referenced to the asset
meta | description |
---|---|
类型 | String[] |
定义于 | cocos2d/core/platform/deserialize.js:54 |
方法
reset
meta | description |
---|---|
定义于 | cocos2d/core/platform/deserialize.js:63 |
push
meta | description |
---|---|
定义于 | cocos2d/core/platform/deserialize.js:97 |