CCCallFunc::create(this, callfunc_selector(Wack_ModeSelection::ParticleAnimation)); this callback showing error in cocos2d 3.0

百般思念 提交于 2019-12-08 12:54:23

问题


Please give the alternate of FiniteTimeAction*

callFunc=CCCallFunc::create(this,callfunc_selector(Wack_ModeSelection::ParticleAnimation));

error :

Static_cast from 'void' (Wack_ModeSelection::*)(CCObject )to cocos2d::SEL_Callfunc (aka void(cocos2d::Ref::(()) is not allowed

来源:https://stackoverflow.com/questions/34527815/cccallfunccreatethis-callfunc-selectorwack-modeselectionparticleanimation

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!