Cocos Creator API

1.0.0

Cocos Creator is a highly customizable game development tool that utilizes the power of cocos2d-x.

Details

Module: cc

Contains information collected during deserialization

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

rawProp String

the corresponding field name which referenced to the raw object

There are no properties that match your current filter settings. You can change your filter settings in the index section on this page. index

Methods

reset ( )

getUuidOf
(
  • obj
  • propName
)
String

name type description
obj Object
propName String

returns:

type: String

assignAssetsBy
(
  • getter
)
Boolean

name type description
getter Function

returns:

type: Boolean

success

push
(
  • obj
  • propName
  • uuid
)

name type description
obj Object
propName String
uuid String

There are no methods that match your current filter settings. You can change your filter settings in the index section on this page. index