摘要: ``` cc.Class({ extends: cc.Component, properties: { moveSpeed: 100, rotationSpeed: 90 }, // use this for initialization onLoad: function () { }, // call... 阅读全文
posted @ 2016-05-29 12:38 yufenghou 阅读(150) 评论(0) 推荐(0)
摘要: ``` cc.Class({ extends: cc.Component, properties: { }, // use this for initialization onLoad: function () { var manager=cc.director.getCollisionManager(); manage... 阅读全文
posted @ 2016-05-29 12:29 yufenghou 阅读(197) 评论(0) 推荐(0)