cc.Class({ extends: cc.Component, properties: { }, // use this for initialization onLoad: function () { } update: function (dt) { }, });