大约有 222 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0037 秒)
Laya3.0_api(80) Laya2.0_api(74) laya_api(34) Laya_社区(26) Laya2.0_文档(3) Laya3.0_文档(2) Laya2.0_示例(2) Laya_示例(1)
...addChildren addComponent addComponentInstance addLine addLines bubbleEvent callLater clear clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getComponents getLine hasHideFlag hasListener isAncestorOf off offAll offAllCall...
来源: Laya3.0_api 发布时间: 20231115
...因为UI没有渲染完成),有没有UI渲染完成的回调 是用 “callLater” 吗? 2017-11-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 ymsdandan 赞同来自: 你用changeHandler试试吧 2...
来源: Laya_社区 发布时间: 20171127
...d +'_'+ mid]; } set 方法也要这样改,参照附件文件 CallLater.rar 2019-09-03 0 1 分享 微博 QZONE 微信 1553654448用户 赞同来自: 拿number当key 不可避免的会出现两个不一样的ID加起来变成一样的....没人解决这个问题么?? 2019-09-03 0 0 分...
来源: Laya_社区 发布时间: 20190902
... * @param method 定时器回调函数。 * @param args 回调参数。 */ callLater(caller: any, method: Function, args?: Array<any>): void; /** * 立即执行 callLater 。 * @param caller 执行域(this)。 * @param method 定时器回调函数。 */ runCallLater(caller: any, method: Functi...
来源: Laya_社区 发布时间: 20171109
... this._clipChanged=true; this.callLater(this.changeClip); } } 2018-10-27 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 陌上花开 相关问题 LayaAi...
来源: Laya_社区 发布时间: 20181027
...olor = "#ff0000"; // trace(Laya.timer.toString()); // Laya.timer.callLater(this,onLater); // trace(Laya.timer.toString()); var assets:Array = []; assets.push({url:[ "fish_6.png" ],type:Loader.IMAGE}); Laya.loader.load(assets,Handler.create(this,onLoaded)); } private function onLo...
来源: Laya_社区 发布时间: 20180314
...omponent):* 添加组件实例。 Node addInputChild(node:Node):NodeNode callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。...
来源: Laya2.0_api 发布时间: 20190513
...omponent):* 添加组件实例。 Node addInputChild(node:Node):NodeNode callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。...
来源: Laya2.0_api 发布时间: 20190513
...// cardList.refresh(); // cardList.callLater(refreshCard[0,MyHomeModel.intance.tempArr1]); cardList.array = MyHomeModel.intance.tempArr1; 点击数组换了 但原来的数据视图还在 重叠了 没有及时刷新 点击第二次...
来源: Laya_社区 发布时间: 20170310
...omponent):* 添加组件实例。 Node addInputChild(node:Node):NodeNode callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。...
来源: Laya2.0_api 发布时间: 20190513