大约有 6 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0027 秒)
...加载 var ui_Socket: Socket; // 程序入口 class GameMain { //进度UI Progress: Progress; Socket: Socket; arr = [ { url: "images/1.jpg", type: Laya.Loader.IMAGE } , { url: "images/2.jpg", type: Laya.Loader.IMAGE } , { url: "images/3.jpg", type: Laya.Loader.IMAGE } , { url: "images/4.png", type: ...
来源: Laya_社区 发布时间: 20171217
...结束"); } // 加载进度侦听器 private onLoading(progress: number): void { console.log("加载进度: " + progress); } private onError(err: string): void { console.log("加载失败: " + err); } 运行后得...
来源: Laya_社区 发布时间: 20240705
...载进度 Loader加载音频如何获取具体加载进度? 监听 Event.PROGRESS,参数直接返回 1, 监听不到具体的加载进度? 2019-01-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron ...
来源: Laya_社区 发布时间: 20190103
...者回调 如何定义动画播放过某帧后的回调函数 load方法的progress回调进的次数太少了。是我哪里设置有问题么 创建树Tree 该怎么回调mouseHandler 形参该传什么 Laya.Handler.create 回调 执行回调函数时报is not a function Laya.loader.create 进度...
来源: Laya_社区 发布时间: 20191028
...还有使用Laya.Loader的方式能不能加载ani文件? load方法的progress回调进的次数太少了。是我哪里设置有问题么 ts如何通过文件集加载的方法预加载声音文件,然后再调用 Laya的应用内支付方法调用 手游的时候一般会对堆栈信息进行...
来源: Laya_社区 发布时间: 20161230
...fig.GameHeight - this.txt.height) * 0.5; this.addChild(this.txt); } _proto.progress = function(value){ this.txt.text = "Loading " + parseInt(value * 100) + "%"; } })();[/i][i](function () { /** * 游戏介绍 */ function GameInfo(){ this.bg = null; this.txt = null; GameInfo.__super.call(this); this....
来源: Laya_社区 发布时间: 20160803