[]Laya.Tween.to 有没有监听值的变化的方法?

Laya.Tween.to 有没有监听值的变化的方法?
已邀请:

Aar0n

赞同来自:

有 update 回调,你可以点源码进去看 是第几个参数。

Aar0n

赞同来自:

/**
         * 缓动对象的props属性到目标值。
         * @param   target 目标对象(即将更改属性值的对象)。
         * @param   props 变化的属性列表,比如{x:100,y:20,ease:Ease.backOut,complete:Handler.create(this,onComplete),update:new Handler(this,onComplete)}。
         * @param   duration 花费的时间,单位毫秒。
         * @param   ease 缓动类型,默认为匀速运动。
         * @param   complete 结束回调函数。
         * @param   delay 延迟执行时间。
         * @param   coverBefore 是否覆盖之前的缓动。
         * @return  返回Tween对象。
         */
        public function to(target:*, props:Object, duration:int, ease:Function = null, complete:Handler = null, delay:int = 0, coverBefore:Boolean = false):Tween {
            return _create(target, props, duration, ease, complete, delay, coverBefore, true, false, true);
        }

要回复问题请先

商务合作
商务合作