大约有 347 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0040 秒)
Laya3.0_api(154) Laya_社区(110) Laya2.0_api(24) laya_api(20) Laya3.0_文档(18) Laya2.0_文档(18) Laya2.0_示例(3)
... Parameters caller:* — 执行域(this)。 method:Function — 定时器回调函数。 args:Array (default = null) — 回调参数。 clear()method public function clear(caller:*, method:Function):void 清理定时器。 Parameters caller:* — 执行域(this)。 method:Function — 定...
来源: laya_api 发布时间: 20170929
... 往后再反向(backIn)三、Tween3.1 基础用法3.2 生命周期3.3 回调函数3.4 缓动函数3.5 串行和并行3.6 自定义插值函数缓动 一、概述 缓动的最大用处就是应用在设计的运动表现上,可以结合物理、数学等原理真实地模拟显示生活中的...
来源: Laya3.0_文档 发布时间: 20251010
... Parameters caller:* — 执行域(this)。 method:Function — 定时器回调函数。 args:Array (default = null) — 回调参数。 clear()method public function clear(caller:*, method:Function):void 清理定时器。 Parameters caller:* — 执行域(this)。 method:Function — 定...
来源: Laya2.0_api 发布时间: 20190513
...行。 Parameters caller: any 执行域(this)。 method: Function 定时器回调函数。 Default value args: any[] = null 回调参数。 Returns void clear clear(caller: any, method: Function): void Defined in laya/utils/Timer.ts:243 清理定时器。 Parameters caller: any 执行域(this)。 me...
来源: Laya3.0_api 发布时间: 20231115
...监听事件的参数问题疑惑 这是为什么啊,不添加事件的回调参数时3,能打印出来事件对象,当我添加了事件回调参数,事件对象没有了,如果我两个都想要咋办啊 补充一下,回调参函数,我数组里边添加了几个对象,回调函...
来源: Laya_社区 发布时间: 20180113
Laya.loader Progress回调形同虚设 private function beginLoad():void { //加载引擎需要的资源 Laya.loader.load([ "res/1.png", "res/2.png", "res/3.png", "res/4.png", "res/5.png", "res/6.png", "res/7.png" ], Handler.create(this, onLoaded),Handler.create(this, onProgress)); //Laya.loader.lo...
来源: Laya_社区 发布时间: 20180428
Tween 缓动过程有触发回调函数么 Tween 缓动过程有触发回调函数么 2018-01-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 9 个回复 Laya_Aaron 赞同来自: 第二个参数: props 变化的属性...
来源: Laya_社区 发布时间: 20180109
... type:String — 事件类型。 data:* (default = null) — (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个参数 p ,且 p 是一个数组,则需要使用结构如:[p],其他的单...
来源: laya_api 发布时间: 20170929
... type:String — 事件类型。 data:* (default = null) — (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个参数 p ,且 p 是一个数组,则需要使用结构如:[p],其他的单...
来源: Laya2.0_api 发布时间: 20190513
回调函数... constructor(){ Laya.loader.load(this.skins, Handler.create(this, this.onUIAssetsLoaded)); } aaa() { } function onUIAssetsLoaded( this.aaa();//为什么回调函数不能调用,undefined } 2017-06-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...
来源: Laya_社区 发布时间: 20170626