/*自定义定时器*///调用成员函数voID schedule(SEL_SCHEDulE selector); , float interval);unsigned int repeat delay);//调用lambda函数的定时器多一个string& key 参数
scheduleOnce(一次性定时器) //调用lambda函数,最后一个参数为key,可以根据该key,停止调用该函数scheduleOnce([](float dt){ cclOG("hi" },1 "aa"//调用类的成员函数schedule_selector(Test2::callback),76)"> );
scheduleUpdate //调用默认的update类成员方法 scheduleUpdate(voID//默认调用的update方法 update(float 其他 *** 作: * Unschedules the "update" method. * @see scheduleUpdate(); */ unscheduleUpdate /** * Unschedules a custom selector. * @see `schedule(SEL_SCHEDulE,float,unsigned int,float)` * * @param selector A function wrapped as a selector * @lua NA unschedule * Unschedules a lambda function * @param key The key of the lambda function to be unscheduledconst stdstring &key * Unschedule all scheduled selectors and lambda functions: custom selectors,and the 'update' selector and lambda functions * Actions are not affected by this method. unscheduleAllCallbacks(); 总结
以上是内存溢出为你收集整理的Scheduler全部内容,希望文章能够帮你解决Scheduler所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)