• Details 类型
    • 索引
      • 属性(properties)
      • 方法
  • Details
    • 属性(properties)
      • uuidList
      • uuidObjList
      • uuidPropList
      • push
        • 参数列表

    Details 类型

    模块: _decorator父模块: cc

    包含反序列化时的一些信息

    索引

    属性(properties)
    • uuidList String[] list of the depends assets' uuid
    • uuidObjList Object[] the obj list whose field needs to load asset by uuid
    • uuidPropList String[] the corresponding field name which referenced to the asset
    方法
    • reset
    • push

    Details

    属性(properties)

    uuidList
    list of the depends assets' uuid
    metadescription
    类型String[]
    定义于cocos2d/core/platform/deserialize.js:44
    uuidObjList
    the obj list whose field needs to load asset by uuid
    metadescription
    类型Object[]
    定义于cocos2d/core/platform/deserialize.js:49
    uuidPropList
    the corresponding field name which referenced to the asset
    metadescription
    类型String[]
    定义于cocos2d/core/platform/deserialize.js:54



    #### 方法



    ##### reset


    metadescription
    定义于cocos2d/core/platform/deserialize.js:63
    push
    metadescription
    定义于cocos2d/core/platform/deserialize.js:97
    参数列表
    • obj Object
    • propName String
    • uuid String