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

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

1. Laya.loader Progress回调形同虚设 [ 100%]

Laya.loader Progress回调形同虚设 private function beginLoad():void { //加载引擎需要的资源 Laya.loader.load([ "res/1.png", "res/2.png", "res/3.png", "res/4.png", "res/5.png", "res/6.png", "res/7.png" ], Handler.create(this, onLoaded),Handler.create(this, onProgress)); //Laya.loader.lo...

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

2. Laya.loader.load加载Laya.Loader.FONT位图字体,不会进入成功回调,并且下载请求还会一直发送 [ 99%]

Laya.loader.load加载Laya.Loader.FONT位图字体,不会进入成功回调,并且下载请求还会一直发送 图1使用Laya.loader.load加载Laya.Loader.FONT位图字体,图2就是收到的信息,图3是请求成功了,但是并未进入成功回调,而且还会持续发送下载请...

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

3. Laya.loader.load怎么停止回调 [ 99%]

Laya.loader.load怎么停止回调 this._load = Laya.loader.load(this._data.url, Laya.Handler.create(this, this.loadComplete), null, Laya.Loader.ATLAS); 如果我想在加载的过程中 不去触发 loadComplete方法 我该怎么办? this._load.off(Laya.Event.COMPLETE, this, this.loadComplete);...

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

4. 重大问题!!!IOS手机使用Laya.loader.load加载资源,无网络情况下加载没有回调!!! [ 99%]

重大问题!!!IOS手机使用Laya.loader.load加载资源,无网络情况下加载没有回调!!! 重大问题!!!IOS手机使用Laya.loader.load加载资源,无网络情况下加载没有回调!!!   复现步骤: 1. 启动程序 2. 关闭ios手机网络(移...

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

5. 资源加载后的 回调 [ 98%]

...的语句加载资源,每次加载完成后回调loadselectanimation Laya.loader.load(picurl,Handler.create(this, this.loadselectanimation,arrr),null,Loader.ATLAS); 现在的问题是,同一个资源第二次加载的时候,就不执行回调函数了. 是不是第一次加载以后有缓存了,第...

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

6. iphonex系列机型Laya.loader.create没有执行回调,资源加载不完全。 [ 98%]

iphonex系列机型Laya.loader.create没有执行回调,资源加载不完全。 有没有 同学遇到过,iphonex系列机型Laya.loader.create没有执行回调,资源加载不完全。 2020-04-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...

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

7. 使用 loader.create 预加载模型后。必须要在回调 Laya.Event.HIERARCHY_LOADED 中获取子元素吗?预加载是预加载的什么部分? [ 98%]

使用 loader.create 预加载模型后。必须要在回调 Laya.Event.HIERARCHY_LOADED 中获取子元素吗?预加载是预加载的什么部分? 使用 loader.create 预加载模型后。必须要在回调 Laya.Event.HIERARCHY_LOADED 中获取子元素吗? 预加载是预加载的什么...

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

8. vivo上,Laya.loader.create加载数组,进度卡在86%,没有回调没有报错 [ 98%]

vivo上,Laya.loader.create加载数组,进度卡在86%,没有回调没有报错 如题,在微信上是ok的,不过在vivo上Laya.loader.create一直没有complete回调,也没有报错,有人遇到过么? 快应用平台版本号:1060 2020-04-09 添加评论 已悬赏10元 --> ...

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

9. Laya.loader.create中的progress回调好像不准确? [ 98%]

Laya.loader.create中的progress回调好像不准确? 如图,我加载二十多M的资源(大概二三十个文件),进度回调只有一次,是不是这个回调有问题?   附件 : --> 2018-03-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...

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

10. 启用版本管理后,Laya.loader.load加载在微信web开发者工具触发不了回调 [ 98%]

启用版本管理后,Laya.loader.load加载在微信web开发者工具触发不了回调 启用版本管理后,文件都带了hash, var resArray = [ {url: "res/atlas/common.atlas", type: Laya.Loader.ATLAS}, {url: "hall/1_login/login_bg.png", type: Laya.Loader.IMAGE}, {url: "hall/1_login/Bott...

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