[]laya.utils.Tween.to的第一个参数可以是个label?

已邀请:

w1114367261

赞同来自:

        /**
         * 缓动对象的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 是否覆盖之前的缓动。
         * @param    autoRecover 是否自动回收,默认为true,缓动结束之后自动回收到对象池。
         * @return    返回Tween对象。
         */
        public static function to(target:*, props:Object, duration:int, ease:Function = null, complete:Handler = null, delay:int = 0, coverBefore:Boolean = false, autoRecover:Boolean = true):Tween {
            return Pool.getItemByClass("tween", Tween)._create(target, props, duration, ease, complete, delay, coverBefore, true, autoRecover, true);
        }
接收值是泛型!!!!!!!!!!!!
接收值是泛型!!!!!!!!!!!!
接收值是泛型!!!!!!!!!!!!

yung

赞同来自:

可以是任意类的实例

要回复问题请先

商务合作
商务合作