大约有 371 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0036 秒)
Laya_社区(122) Laya3.0_api(80) Laya2.0_api(74) laya_api(69) Laya2.0_文档(13) Laya_示例(7) Laya3.0_文档(4) Laya2.0_示例(2)
Laya.timer.once();第四个参数 覆盖之前的延迟执行是啥意思 2018-05-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 可以继续点进去看方法,这个会覆盖之前...
来源: Laya_社区 发布时间: 20180524
求助引擎的api接口Laya.timer.once延迟2s后执行tween函数会报错是什么问题 问题背景:想要实现弹幕移动的时候一条弹道上的label需要等待一定时间才能弹出下一条。 异常状态是tween找不到this._ease函数,但是我看断点的时候this是...
来源: Laya_社区 发布时间: 20180917
Timer.clear 方法有问题 如果给一个method加了多个定时器,这个clear方法只能清除该method的一个定时器。如果这里用clearAll方法,又会把其它method的定时器删掉 附件 : --> 2018-07-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...
来源: Laya_社区 发布时间: 20180719
...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
...nsole.log(dataTemp.d); kwxGame.prototype.cardData = dataTemp.d; [b][i]Laya.timer.once(1000, this, this.onOncePiao); [/i][/b] } }在定时器中需要调用外部_proto上的函数,这里的this指向的执行域出错,请问如何调用外部的方法? 2017-04-19 添加评论 免费帖 --> 分...
来源: Laya_社区 发布时间: 20170419
...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
...toimg.mask=maskimg; photoimg.loadImage(imgn,0,0,500,500); Laya.timer.once(1000, this, function():void{ maskimg.loadImage("http://img.diyphoto.cn/Mask/im ... ot%3B,0,0,500,500); }); 延时加载 的效果. 模拟加载的东西很多的时候 2016-09-23 0 8 分享...
来源: Laya_社区 发布时间: 20160923
...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
... other.owner.transform.translate(eat,true,false); //0.1秒后删除 Laya.timer.once(100, null, Wipe); function Wipe() { console.log(other._owner); //移除自己 other._owner.removeSelf(); return; } } else { var move1 = new Laya.Vector3(0.02, 0, 0); var move2 = new Laya.Vector3(-0.02, 0, 0); Laya.ti...
来源: Laya_社区 发布时间: 20181017
Laya.Timer.clear 的源码可能有个问题。 是这样的,当我需要定时执行某个函数时,并且想要在某个情况下clear掉这个执行,clear掉的只是最后入栈的Handler。情景如下: //我想要每隔1s, 执行一次 b 函数(行为),最多执行6次 for(let i = 0...
来源: Laya_社区 发布时间: 20200819