[]tween如何更改3d物体位置

不要回到set, 说具体一点, 搜了都看不懂
已邀请:

zszen

赞同来自:

我自己来
 box.potOld = box.transform.position;Laya.Tween.to(box.potOld,{
    x:1
    ,y:2
    ,update:new Laya.Handler(box,function(){
        this.transform.position = this.potOld;
    })
}, ConstValue.animationTime,Laya.Ease.elasticOut,Laya.Handler.create(this, function(){
    console.log("complete");
}),ConstValue.animationDelay);
 
无法直接设置原因是浅拷贝变量无法同步到原对象中去
 

要回复问题请先

商务合作
商务合作