cocos3d 恢复动画到初始位置

3D 有没有什么方法能把当前的动画还原到初始状态。
类似2D this.anim.setCurrentTime(0)
用了 this.anim.getState(“animname”).time=0 然后 this.anim.play(“animname”) 无效