版本 3.8.3
tween动画不起作用
没有相关得报错信息
this.tw = tween(this.pointer).sequence(
tween(this.pointer).to(duration, { position: v3(180, -170, 0) }),
tween(this.pointer).to(duration, { position: v3(-180, -170, 0) })
).repeatForever().start();
版本 3.8.3
tween动画不起作用
没有相关得报错信息
this.tw.stop()也不起效果
优化下 xxx.to.to.union.repeatforever.start
谢谢,主要是小游戏中,3.8得tween不起作用