cocos-js 的事件监听(学习)

前端之家收集整理的这篇文章主要介绍了cocos-js 的事件监听(学习)前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

简单方法的事件添加

cc.eventManager.addLisener({

event: cc.Event.Lisener.Touch_One_By_one;

onTouchBegin:function(touch,event){

if(cc.rectContainsPoint(event.getCurrentTarget().boundingBox(),touch.getLocation()))

{}

},

onTouchBegin:function(touch,evnet){

}

onTouchBegin:function(touch,evnet){

}

},this.Srite);


自定义事件:

对象缓冲池:

cc.pool的使用方法,节省内存

原文链接:/cocos2dx/340943.html

猜你在找的Cocos2d-x相关文章