Cocos Creator API

1.0.0

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

RawAsset

Module: cc

The base class for registering asset types.

You may want to override:

  • createNode (static)

Properties

_uuid String private

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

createNodeByInfo
(
  • Info
  • callback
)

Create a new node in the scene.
If this type of asset dont have its corresponding node type, this method should be null.

name type description
Info Object
callback Function
  • error String

    null or the error info

  • node Object

    the created node or null

isRawAssetType
(
  • ctor
)
Boolean private

name type description
ctor Function

returns:

type: Boolean

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