Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e5dffd090c | |||
| 200c55c852 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -20,3 +20,4 @@ native
|
||||
# WebStorm
|
||||
#//////////////////////////
|
||||
.idea/
|
||||
extensions/oops-plugin-framework
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -77,6 +77,7 @@ 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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user