大约有 7 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0021 秒)
...延迟执行。 Parameters caller: any 执行域(this)。 method: Function 定时器回调函数。 Default value args: any[] = null 回调参数。 Returns void clear clear(caller: any, method: Function): void Defined in laya/utils/Timer.ts:243 清理定时器。 Parameters caller: any 执行域(th...
来源: Laya3.0_api 发布时间: 20231115
...:void 延迟执行。 Timer clear(caller:*, method:Function):void 清理定时器。 Timer clearAll(caller:*):void 清理对象身上的所有定时器。 Timer frameLoop(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时重复执行(基于帧...
来源: laya_api 发布时间: 20170929
...:void 延迟执行。 Timer clear(caller:*, method:Function):void 清理定时器。 Timer clearAll(caller:*):void 清理对象身上的所有定时器。 Timer frameLoop(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时重复执行(基于帧...
来源: Laya2.0_api 发布时间: 20190513
切换后台时,引擎如何判断是否停止定时器? 在pc上时,做个简单的测试, class TestUI extends ui.test.TestPageUI { constructor() { super(); this.stage.on(Laya.Event.FOCUS, this, this.onFocus); this.stage.on(Laya....
来源: Laya_社区 发布时间: 20180724
...还没7 7plus好,那么是否只要设置了frameRate为'fast',是否定时器间隔时间就会被正确设置呢? 2018-12-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 bpmf_d 赞同来自: Laya.timer.d...
来源: Laya_社区 发布时间: 20181207
...07 就是你发的代码中我截图部分决定的,他就是通过一个定时器来实现的,并且是私有只读的,不可被修改的 2017-11-09 1 2 分享 微博 QZONE 微信 ymsdandan 赞同来自: 你在Timer方法中可以找到这个只读方法可以知道调用间隔,但是不能...
来源: Laya_社区 发布时间: 20171109
...的链接 提交 2 个回复 Laya_Aaron 赞同来自: 可用缓动,或者定时器,很好实现的,你是想在这个思路的基础上做还是要实现就行? 最好上传demo 直接在项目上给你改, 或者 用tween 修改 数值,在参数中的update回调中再将这些数值赋...
来源: Laya_社区 发布时间: 20180726