Details 类型
模块: _decorator 父模块: cc
包含反序列化时的一些信息
索引
属性(properties)
uuidListString[]list of the depends assets' uuiduuidObjListObject[]the obj list whose field needs to load asset by uuiduuidPropListString[]the corresponding field name which referenced to the assetrawPropStringthe corresponding field name which referenced to the raw object
方法
Details
属性(properties)
uuidList
list of the depends assets' uuid
| meta | description |
|---|---|
| 类型 | String[] |
| 定义于 | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/platform/deserialize.js:50 |
uuidObjList
the obj list whose field needs to load asset by uuid
| meta | description |
|---|---|
| 类型 | Object[] |
| 定义于 | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/platform/deserialize.js:55 |
uuidPropList
the corresponding field name which referenced to the asset
| meta | description |
|---|---|
| 类型 | String[] |
| 定义于 | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/platform/deserialize.js:60 |
rawProp
the corresponding field name which referenced to the raw object
| meta | description |
|---|---|
| 类型 | String |
| 定义于 | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/platform/deserialize.js:66 |
方法
reset
| meta | description |
|---|---|
| 定义于 | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/platform/deserialize.js:72 |
getUuidOf
| meta | description |
|---|---|
| 返回 | String |
| 定义于 | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/platform/deserialize.js:93 |
参数列表
push
| meta | description |
|---|---|
| 定义于 | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/platform/deserialize.js:107 |