cocos creator 3.0 的编辑器,图片精灵有绕着z轴旋转了180度,但是在旋转的过程中竟然先缩小再放大到原大小,怎么会这样,我都没有写缩放的程序,怎么破解?
let out = new Quat();
Quat.rotateAroundLocal(out, this.loadingIcon.getRotation(), new Vec3(0, 0, 1), Math.PI);
tween(this.loadingIcon).to(1, { rotation: out }).start();
ps: cocos3.0 和 2.x 怎么这么多不同的地方?文档做的也太潦草了,那个API文档是什么鬼?一点用都没有,找都找不到