Details Class
Module: _decorator Parent Module: cc
Contains information collected during deserialization
Index
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 asset
Methods
Details
Properties
uuidList
list of the depends assets' uuid
| meta | description | 
|---|---|
| Type | String[] | 
| Defined in | cocos2d/core/platform/deserialize.js:45 | 
uuidObjList
the obj list whose field needs to load asset by uuid
| meta | description | 
|---|---|
| Type | Object[] | 
| Defined in | cocos2d/core/platform/deserialize.js:50 | 
uuidPropList
the corresponding field name which referenced to the asset
| meta | description | 
|---|---|
| Type | String[] | 
| Defined in | cocos2d/core/platform/deserialize.js:55 | 
Methods
reset
| meta | description | 
|---|---|
| Defined in | cocos2d/core/platform/deserialize.js:64 | 
push
| meta | description | 
|---|---|
| Defined in | cocos2d/core/platform/deserialize.js:98 |