Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e5dffd090c | |||
| 200c55c852 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -20,3 +20,4 @@ native
|
|||||||
# WebStorm
|
# WebStorm
|
||||||
#//////////////////////////
|
#//////////////////////////
|
||||||
.idea/
|
.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},
|
tween(this.node).to( time,{ position: e_pos},
|
||||||
{
|
{
|
||||||
easing: "linear",
|
easing: "linear",
|
||||||
|
onUpdate: (target: Vec3, ratio: number) => { },
|
||||||
onComplete: (target?: object) => {
|
onComplete: (target?: object) => {
|
||||||
this.is_destroy=true
|
this.is_destroy=true
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user