cocos creator3.x之后没有 this.node.pauseAllActions() 方法了吗

3.x 是没有
this.node.pauseAllActions();
this.node.resumeAllActions();
方法了吗? 如果想要暂停和恢复node缓动有什么好的方法?