大约有 285 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0034 秒)
Laya3.0_api(84) Laya2.0_api(75) Laya_社区(74) laya_api(39) Laya2.0_文档(7) Laya3.0_文档(4) Laya2.0_示例(1) Laya_示例(1)
Laya.timer.once();第四个参数 覆盖之前的延迟执行是啥意思 2018-05-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 可以继续点进去看方法,这个会覆盖之前...
来源: Laya_社区 发布时间: 20180524
...2.2 定时重复执行(单位为毫秒)3. 暂停定时器执行4. 当前帧延迟执行5. 清理定时器6. 立即执行并删除定时器定时器 定时器 Laya.Timer 是时钟管理类。它是一个单例,不要手动实例化此类,应该通过 Laya.timer 访问。 同时 Laya.Timer 表示...
来源: Laya3.0_文档 发布时间: 20241014
...。 Timer callLater(caller:*, method:Function, args:Array = null):void 延迟执行。 Timer clear(caller:*, method:Function):void 清理定时器。 Timer clearAll(caller:*):void 清理对象身上的所有定时器。 Timer frameLoop(delay:int, caller:*, method:Function, args:Array = n...
来源: laya_api 发布时间: 20170929
点击事件会导致setTimeout setInterval 延迟执行的问题 我现在在做一个射击游戏, 里面有一个不停的更新里面元素位置的setInterval; 同时页面有需要频繁点击触发发射的功能; 在频繁点击页面的时候动画会明显卡顿帧数并没有变小, 我...
来源: Laya_社区 发布时间: 20170323
...。 Timer callLater(caller:*, method:Function, args:Array = null):void 延迟执行。 Timer clear(caller:*, method:Function):void 清理定时器。 Timer clearAll(caller:*):void 清理对象身上的所有定时器。 Timer frameLoop(delay:int, caller:*, method:Function, args:Array = n...
来源: Laya2.0_api 发布时间: 20190513
重发问题: 点击页面会导致setTimeout setInterval 延迟执行 我现在在做一个射击游戏, 里面有一个不停的更新里面元素位置的setInterval; 同时页面有需要频繁点击触发发射的功能; 在频繁点击页面的时候动画会明显卡顿帧数并没有变小,...
来源: Laya_社区 发布时间: 20170323
求助引擎的api接口Laya.timer.once延迟2s后执行tween函数会报错是什么问题 问题背景:想要实现弹幕移动的时候一条弹道上的label需要等待一定时间才能弹出下一条。 异常状态是tween找不到this._ease函数,但是我看断点的时候this是...
来源: Laya_社区 发布时间: 20180917
..., method: Function, args?: any[]): void Defined in laya/utils/Timer.ts:278 延迟执行。 Parameters caller: any 执行域(this)。 method: Function 定时器回调函数。 Default value args: any[] = null 回调参数。 Returns void clear clear(caller: any, method: Function): void Defined in lay...
来源: Laya3.0_api 发布时间: 20231115
图集动画结束回调有延迟 this.ded.addLabel("animOver",9); this.ded.on(Laya.Event.LABEL, this, this.onHitOver); this.ded.on(Laya.Event.COMPLETE, this, this.onHitOver); 两种方法都会有延迟,不能100%执行 2018-11-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...
来源: Laya_社区 发布时间: 20181108
...(node:Node):NodeNode callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node conta...
来源: Laya2.0_api 发布时间: 20190513