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

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

1. 微信小游戏iOS平台下的Laya.timer.delta在设置Laya.timer.scale=0后会异常暴增 [ 100%]

微信小游戏iOS平台下的Laya.timer.delta在设置Laya.timer.scale=0后会异常暴增 本来写了一大段,突然一个ctrl+w关闭了,就不再废话了,直接上代码. 先说明以下代码在微信开发者工具和Android微信版都正常! 方案很简单: 1.onHide设置Laya.timer.scal...

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

2. laya.utils.Timer_API3.0 [ 99%]

...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

3. 关于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 [ 98%]

关于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 问一下 1.当使用Laya.timer.frameLoop时,是否前一贞到这一贞之间的deltaTime只有通过主动从laya.utils.Timer里去获取delta值才能得到?还是说有类似Unity3D中继承并override一个特定...

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

4. laya.utils.Timer [ 98%]

...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

5. laya.utils.Timer [ 98%]

...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

6. Node.ts 节点销毁之后为什么要注释掉 timer 的清理操作。 [ 97%]

Node.ts 节点销毁之后为什么要注释掉 timer 的清理操作。   /** * <p>销毁此对象。destroy对象默认会把自己从父节点移除,并且清理自身引用关系,等待js自动垃圾回收机制回收。destroy后不能再使用。</p> * <p>destroy时会...

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

7. Laya.timer.loop 的 Laya.timer.clear 问题 [ 97%]

Laya.timer.loop 的 Laya.timer.clear 问题 Laya.timer.loop(1000, this, ()=>{ 在这里怎么停 });   这个问题一直没人回答。。我贴出来。。让有经验的人回答一下。。。 2018-11-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...

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

8. Laya.timer.loop(delay, caller, method) [ 97%]

Laya.timer.loop(delay, caller, method) 创建timer计时器,这个delay值可以后续代码中动态更改么?如何更改? 2018-05-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 w1114367261 赞同来...

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

9. 关闭指定定时器timer [ 97%]

关闭指定定时器timer 我现在用js写了一些定时器,但是有个逻辑是运行到节点关闭一个定时器,请问我该怎么写呢? 假设有这两个定时器 Laya.timer.loop(100, this,update); Laya.timer.loop(1000,this,shoot_boss); 我希望关闭第二个定时器,该如何...

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

10. Laya.timer缩放问题 [ 97%]

Laya.timer缩放问题 Laya.timer.loop(1,this,this.fun);将Laya.timer.scale = 0.1;没有效果; Laya.timer.frameLoop(1,this,this.fun)将Laya.timer.scale = 0.1;则可以看到方法调用的频率变低了,这是为什么? 2019-10-31 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...

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