網(wǎng)上有說(shuō)用這樣的方法傳參 scheduler->schedule(CC_CALLBACK_1(HelloWorld::Move, this, pTarget), this, 0.9f, 1, 0.1, false, name);HelloWorld::Move(float f, Node* pTarget)確實(shí)可以 但是其中 scheduler->schedule的第4個(gè)參數(shù)1是指的調(diào)用次數(shù),api中的解釋是void Scheduler::schedule(const ccSchedulerFunc& callback, void *target, float interval, unsigned int repeat, float delay, bool paused, const std::string& key)也就是unsigned int repeat這個(gè)參數(shù)是執(zhí)行次數(shù),我想讓他無(wú)限次調(diào)用,而不是指定次數(shù),怎么弄
cocos2dx 怎么在schedule的回調(diào)函數(shù)中加參數(shù)?
炎炎設(shè)計(jì)
2019-02-06 11:07:44