|
|
@ -532,7 +532,7 @@ export class BezierUtils{ |
|
|
|
*/ |
|
|
|
static bezierMoveTo(targetNode:Node,time:number,start:Vec3,controller:Vec3,end:Vec3,complete?:()=>void,onUpdate?:(value:Vec3)=>void,easing?:TweenEasing){ |
|
|
|
return getAPI("BezierUtils","bezierMoveTo",targetNode,time,start,controller,end,complete,onUpdate,easing) |
|
|
|
} |
|
|
|
} |
|
|
|
/** |
|
|
|
* 对象按照贝塞尔曲线 移动 |
|
|
|
* @param targetNode 移动目标 |
|
|
|