摘要: ``` cc.Class({ extends: cc.Component, properties: { }, // use this for initialization onLoad: function () { this.registerTouch() }, registerTouch:function () { ... 阅读全文
posted @ 2016-06-24 23:40 yufenghou 阅读(143) 评论(0) 推荐(0)
摘要: ``` 当修改完一个函数,但是不知道哪个函数调用的时候没有传递正确的参数的时候 需要找出调用这个函数的所有语句,于是我注释掉这个函数就可以了 ``` 阅读全文
posted @ 2016-06-24 22:19 yufenghou 阅读(128) 评论(0) 推荐(0)