• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 366 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0050 秒)

11. Laya.timer.loop()如何停止 [ 91%]

Laya.timer.loop()如何停止 Laya.timer.loop()如何停止 2017-06-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 189*****192 赞同来自: zjwytqm 、cuixueying 、umi_  Laya.timer.loop(1000, this, animateT...

来源: Laya_社区 发布时间: 20170605

12. [LayaAir3][Laya3.1.1]Timer内存泄漏 [ 91%]

[LayaAir3][Laya3.1.1]Timer内存泄漏 创建一个计时器后,发现调用Laya.timer.clear后,计时器回调函数还会持续调用,源码里看下,是不是在clearclearAll里忘记清理了   附件 : --> 2024-03-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...

来源: Laya_社区 发布时间: 20240304

13. 微信小游戏渲染开放域卡顿处理 [ 89%]

...放域界面方法,即定时器的回调方法(重点): function onTimer() {     // bitmap为纹理的bitmap属性,自行赋值     var func = bitmap._source && bitmap.reloadCanvasData;     func && func.call(bitmap); } 3.关闭渲染: 个人认为5秒后停止定时...

来源: Laya_社区 发布时间: 20181114

14. laya.utils.Timer_API3.0 [ 89%]

...c/Protected All Inherited Externals Only exported Menu Globals "laya/utils/Timer" Timer Class Timer Timer 是时钟管理类。它是一个单例,不要手动实例化此类,应该通过 Laya.timer 访问。 Hierarchy Timer Index Constructors constructor Properties currFrame currTimer scale Acce...

来源: Laya3.0_api 发布时间: 20231115

15. loop 我想在回调里暂停,然后在开启 [ 87%]

loop 我想在回调里暂停,然后在开启 var i = 0;  Laya.timer.loop( 500, this, function () {       i = i < (arr.length - 1) * 6 ? i + 1 : 0;       this.noticeList.scrollBar.value = i * 5        if (i % 6 == 0) {         console.log("在这里停止", i)        }  ...

来源: Laya_社区 发布时间: 20170705

16. laya.utils.Timer [ 86%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames TimerProperties | Methods Packagelaya.utilsClasspublic class TimerInheritanceTimer Object Timer 是时钟管理类。它是一个单例,不要手动实例化此类,应该通过 Laya.timer 访问。 Public Properties Pr...

来源: laya_api 发布时间: 20170929

17. laya.utils.Timer [ 86%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames TimerProperties | Methods Packagelaya.utilsClasspublic class TimerInheritanceTimer Object Timer 是时钟管理类。它是一个单例,不要手动实例化此类,应该通过 Laya.timer 访问。 Public Properties Pr...

来源: Laya2.0_api 发布时间: 20190513

18. 定时器 · LayaAir3.0文档 · LAYABOX [ 84%]

.... 清理定时器6. 立即执行并删除定时器定时器 定时器 Laya.Timer 是时钟管理类。它是一个单例,不要手动实例化此类,应该通过 Laya.timer 访问。 同时 Laya.Timer 表示游戏主时针,同时也是管理场景、动画、缓动等效果时钟,通过控...

来源: Laya3.0_文档 发布时间: 20241014

19. 怎么判断time是否存在,再清除 [ 84%]

...定时器之前做判断,如果存在,就clear, if(xxxxx){ Laya.timer.clear(this, this.showUserHandCard);  } Laya.timer.loop(150, this, this.showUserHandCard, null, false);    这个xxx怎么判断 2018-03-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果...

来源: Laya_社区 发布时间: 20180321

20. Laya.timer.loop 的优先级 [ 82%]

Laya.timer.loop 的优先级 2018-02-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 你这个要表达什么? 2018-02-27 0 20 分享 微博 QZONE 微信 为什么被折叠? 0 个回...

来源: Laya_社区 发布时间: 20180227