Details
Class
Module: _decorator Parent Module: cc
Contains information collected during deserialization
Index
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 assetrawProp
String
the corresponding field name which referenced to the raw object
Methods
Details
Properties
uuidList
list of the depends assets' uuid
meta | description |
---|---|
Type | String[] |
Defined in | 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 |
---|---|
Type | Object[] |
Defined in | 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 |
---|---|
Type | String[] |
Defined in | 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 |
---|---|
Type | String |
Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/platform/deserialize.js:66 |
Methods
reset
meta | description |
---|---|
Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/platform/deserialize.js:72 |
getUuidOf
meta | description |
---|---|
Returns | String |
Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/platform/deserialize.js:93 |
Parameters
push
meta | description |
---|---|
Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/platform/deserialize.js:107 |