[]你先用Laya.timer.frameLoop 然后再用tween才可以生效 直接用tween没用

什么意思,Tween代码需要在loop里写?
我尝试了在frameLoop里写Tween还是不动
已邀请:

xueLayaBox

赞同来自:

Laya.timer.frameLoop(1, this, this.resetPosition);

resetPosition(): void {
   var aniMonkey: Laya.Sprite3D = scene.getChildByName("monkey") as Laya.Sprite3D;
   aniMonkey.transform.position = new Laya.Vector3(math,math,math);
}

Laya.Tween.to(aniMonkey.transform.position, { x: math1, y: aniMonkey.transform.position.y, z: aniMonkey.transform.position.z }, 5000);
 
 
 
 

zzy0371

赞同来自:

new Laya.Vector3(math,math,math); 这三个math是什么/
 x: math1  还有这个

要回复问题请先

商务合作
商务合作