This commit is contained in:
2024-12-27 14:29:41 +08:00
parent d871d70fe8
commit 1dd4b00fef

View File

@@ -77,7 +77,6 @@ export class SkillCom extends CCComp {
tween(this.node).to( time,{ position: e_pos},
{
easing: "linear",
onUpdate: (target: Vec3, ratio: number) => { },
onComplete: (target?: object) => {
this.is_destroy=true
},