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

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

1. Laya.loader.createLaya.loader.load能混合用? [ 100%]

Laya.loader.createLaya.loader.load能混合用? 如果3d是用Laya.loader.create 2d用的是Laya.loader.load那么问题来了 我有点懵逼,3d里面不也有2d资源么。那我究竟是用create还是load。如果分开。。oncomplete时候不得再做一层判断? 2019-01-29 添加...

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

2. Laya.loader.load("", Laya.Handler.create(this, this.console)); [ 97%]

Laya.loader.load("", Laya.Handler.create(this, this.console)); 为什么会打印两次 附件 : --> 2018-12-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 加载两次 2019-05-11 0 0 ...

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

3. Laya.loader.create Laya.loader.load 这两个有什么区别呢 [ 96%]

Laya.loader.create Laya.loader.load 这两个有什么区别呢 现在有3d资源纹理资源还有font资源json,需要做预加载请问改怎么处理呢。 目前看3d网格lh等需要用Laya.loader.create,fontjson只能用Laya.loader.load?不能统一处理? 2017-05-18 ...

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

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

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

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

5. Laya.loader Progress回调形同虚设 [ 91%]

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

6. loader.create加载某个文件,当这个文件不存在的时候,需要怎样监听事件呢? [ 88%]

loader.create加载某个文件,当这个文件不存在的时候,需要怎样监听事件呢? 当加载的文件不存在时会有 Failed to load resource: net::ERR_FILE_NOT_FOUND   这样的LOG,但是代码上要怎样监听这个事件呢?好像没有异常抛出来。 2017-07-05 添...

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

7. LoaderManager里的createload使用上有什么区别?分别用于什么样的场合? [ 87%]

LayaAir引擎 LoaderManager里的createload使用上有什么区别?分别用于什么样的场合? 测了一下,调用create的方式,Laya.loader.getRes(xx.lh)获得的是Sprite3D对象,load方式,Laya.loader.getRes(xx.lh)获得的是内容json。 2017-05-11 添加评论 免费帖 -...

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

8. Laya.loader.load怎么停止回调 [ 87%]

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

9. 在加载包含Animation的prefab后,动画没有显示 [ 86%]

...动画进行单独处理?还是不允许把动画放进预制体? Laya.loader.load("prefab/gk2v1.json",Laya.Handler.create(this,function(pref:Laya.Prefab){ var gkpref:Laya.Prefab = new Laya.Prefab(); gkpref.json = pref; var OBJ = Laya.Pool.getItemByCreateFun("gk2v1",gkpref.create,gkpref); this.S...

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

10. LayaAir1.7.19.1 Beta预加载资源出问题 [ 85%]

...好好的有下载好的。 请问这个问题怎么解决。还有那个loader callback cost a long time怎么搞。 附件 : --> 2018-07-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自:...

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