cocos2d-x JS 定时器暂停方法

  1. this.scheduleOnce(function(){  
  2.     this.addChild(Menugobtn);//要暂停执行的代码  
  3. }, 10);  

猜你喜欢

转载自www.cnblogs.com/luorende/p/7326521.html