后海里的鱼 可以使用userData携带,方式如下:Laya.Tween.create(target).to("x", 1).duration(100).userData({ prop: "xx" }).then(this.onComplete, this); private onComplete(tweener: Laya.ITweener): void { console.log(tweener.userData); }