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

大约有 1,090 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0083 秒)

151. 【vivo】2d图集加载不上 [ 85%]

【vivo】2d图集加载不上 Laya.loader.load(url,Handler.create(this,onLoadComplete),null,Loader.ATLAS); 用Loader.ATLAS图集类型加载失败 附件 : --> myLaya.zip 2019-11-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...

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

152. TS分离模式设置未打包图片输出目录导出资源无法加载未打包资源 [ 85%]

...出资源无法加载未打包资源 如图设置 修改加载代码 Laya.loader.load([     { url: "res/atlas/comp.atlas", type: Loader.ATLAS },     { url: "unpack/comp/image.png", type: Loader.IMAGE },     { url: "test/TestPage.json", type: Loader.JSON }, ], Handler.create(this, this.on...

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

153. 用Loader加载完atlas,然后使用animation播放问题 [ 85%]

Loader加载完atlas,然后使用animation播放问题 this._load = new Laya.Loader() this._load.on(Laya.Event.ERROR, this, this.onError); this._load.on(Laya.Event.COMPLETE, this, this.loadComplete); this._load.load(this._data.url, Laya.Loader.ATLAS, true); 加载完成后 this._ani = new Animat...

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

154. [LayaAir3]Laya.loader.loadPackage 加载勾选版本管理的子包失败 [ 85%]

[LayaAir3]Laya.loader.loadPackage 加载勾选版本管理的子包失败 勾选版本管理的子包fileconfig.json是多了md5码的,Laya.loader.loadPackage 加载子包时会失败,去掉版本管理后就能加载成功。 附件 : --> 2024-11-01 添加评论 免费帖 --> 分享 微博 QZO...

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

155. Laya.loader 跨域问题? [ 85%]

Laya.loader 跨域问题? 想通过Laya.loader.load加载一个第三方的头像图片,但是提示跨域不能加载,错误如下,请问如何处理?     Access to Image at 'http://tva2.sinaimg.cn/crop.0.0.180.180.50/***.jpg' from origin 'http://***.sina.com.cn' has been blocked by CO...

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

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

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

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

157. Laya.loader.clearRes 能不能直接清除场景依赖的资源 [ 85%]

Laya.loader.clearRes 能不能直接清除场景依赖的资源 Laya.Scene.load 既然可以直接加载场景所依赖的资源, Laya.loader.clearRes 能不能直接清除场景依赖的资源呢?? 2019-06-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请...

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

158. 使用Laya.loader.create加载3d资源,如果出错次数超过最大线程数将无法继续加载资源 [ 85%]

使用Laya.loader.create加载3d资源,如果出错次数超过最大线程数将无法继续加载资源 使用Laya.loader.create走到Laya3D._loadSprite3DHierarchy时,发现并没有监听"error"事件 如果在http请求资源出错时,则无法通知到外层的LoaderManager 则也无法...

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

159. Loader增加preLoadedMap属性,支持手动设置预加载的文件 还是没有弄懂 [ 85%]

Loader增加preLoadedMap属性,支持手动设置预加载的文件 还是没有弄懂 现在打包序列文本文件会了, 可是怎么正常在UI里面使用,就不会了,比如我在IDE里面排好的UI,以前直接加载很多json altas之类的文件就好显示了,现在打包合...

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

160. 预加载图集文集在小游戏端导致内存过高 [ 85%]

...y: Array<any> = [ { url: hyip+"res/atlas/comp/01_shouye.json", type: Loader.ATLAS }, { url: hyip+"res/atlas/comp/02_zhujiemian.json", type: Loader.ATLAS }, { url: hyip+"res/atlas/comp/30_loading.json", type: Loader.ATLAS }, ]; Laya.loader.load(resArray, Laya.Handler.create(this, this.onLoaded1...

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