tween有没什么暂停的实现方法?

翻了一下文档好像没有tween.pause tween.resume之类的api
:sob:

只能用paseAction了

停止缓动?
.stop

刚刚用过。ActionManager中有个方法pauseTarget(Node)

谢了,感觉这用法有点繁琐,要先new了才能pause

:grin:用上了 this.node.pauseAllActions

cc.tween 会返回一个tween ,你应该可以对这个tween进行操作

目前我用的stop