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

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

1. Laya.loader.load怎么停止回调 [ 100%]

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

2. Laya.loader.create中的progress回调好像准确? [ 99%]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

启用版本管理后,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

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

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

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

9. Laya.loader.create 进度回调函数执行两次 [ 97%]

Laya.loader.create 进度回调函数执行两次 Laya.loader.create(["Main/SMain.ls","Role/Role.lh"],Laya.Handler.create(this,this.on3DComplete),Laya.Handler.create(this,this.onProgress,null,false)); Manager.prototype.onProgress = function(value) { console.log("value=="+Math.floor(value*100)+"%");...

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

10. Laya.loader.create 进度回调函数执行两次!!! [ 96%]

Laya.loader.create 进度回调函数执行两次!!! Laya.loader.create("Main/SMain.ls",Laya.Handler.create(this,this.on3DComplete),Laya.Handler.create(this,this.onProgress,null,false)); Manager.prototype.onProgress = function(value) { console.log("value=="+Math.floor(value*100)+"%"); }   输出...

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