大约有 14 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0039 秒)
...前执行比例Tween update : Handler更新回调,缓动数值发生变化时,回调变化的值TweenPublic Methods MethodDefined By clear():void 停止并清理当前缓动。 Tween clear(tween:Tween):void[static] 清理某个缓动。 Tween clearAll(target:Object):void[static] ...
来源: laya_api 发布时间: 20170929
...限循环播放Tween update : Handler更新回调,缓动数值发生变化时,回调变化的值TweenPublic Methods MethodDefined By clear():void 停止并清理当前缓动。 Tween clear(tween:Tween):void[static] 清理某个缓动。 Tween clearAll(target:Object):void[static] ...
来源: Laya2.0_api 发布时间: 20190513
...Handler Defined in laya/utils/Tween.ts:36 更新回调,缓动数值发生变化时,回调变化的值 Accessors progress set progress(v: number): void Defined in laya/utils/Tween.ts:193 设置当前执行比例 Parameters v: number Returns void Methods clear clear(): void Defined in laya/utils/T...
来源: Laya3.0_api 发布时间: 20231115
Laya.Tween.to 有没有监听值的变化的方法? Laya.Tween.to 有没有监听值的变化的方法? 2018-06-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: 有 update 回调,...
来源: Laya_社区 发布时间: 20180621
...接 提交 9 个回复 Laya_Aaron 赞同来自: 第二个参数: props 变化的属性列表,比如{x:100,y:20,ease:Ease.backOut,complete:Handler.create(this,onComplete),update:new Handler(this,onComplete)}。 update这个 数值改变就会触发回调,也就是过程中的回调 2018-0...
来源: Laya_社区 发布时间: 20180109
...,真实的运动状态下,物体的速度是会随着运动状态发生变化的。 2.2 加速运动(expoIn) 以零速率开始运动,然后在执行时加快运动速度。 2.3 快速加速运动(strongIn) 以零速率开始运动,然后在执行时加快运动速度 2.4 往后再...
来源: Laya3.0_文档 发布时间: 20241014
...象(即将更改属性值的对象)。 * @param props 变化的属性列表,比如{x:100,y:20,ease:Ease.backOut,complete:Handler.create(this,onComplete),update:new Handler(this,onComplete)}。 * @param duration 花费的时间,单位毫秒。 ...
来源: Laya_社区 发布时间: 20180425
...aram target 目标对象(即将更改属性值的对象)。 * @param props 变化的属性列表,比如{x:100,y:20,ease:Ease.backOut,complete:Handler.create(this,onComplete),update:new Handler(this,onComplete)}。 * @param duration 花费的时间,单位毫秒。 * @param ease 缓动类型,默...
来源: Laya_社区 发布时间: 20161205
...设置visible=false。 对于容器内有大量静态内容或者不经常变化的内容(比如按钮),可以对整个容器设置cacheAs属性,能大量减少Sprite的数量,显著提高性能。如果有动态内容,最好和静态内容分开,以便只缓存静态内容。 Panel内...
来源: Laya3.0_文档 发布时间: 20241014
...值为 false 。 Sprite宽高默认为0,并且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模...
来源: laya_api 发布时间: 20170929