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

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

11. Laya.loader.create失败 [ 90%]

Laya.loader.create失败 官方加载说明底部预加载说明:https://ldc2.layabox.com/doc/?nav=zh-ts-4-3-1    上面的例子Scene.load()方法是资源的异步加载,有时候3D的资源比较大,需要预加载来来提升首屏的体验。这时候我们可以用加载器预加载...

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

12. load完成后能否获取到具体是哪个对象资源完成 [ 89%]

...cene/H5TestScene.ls"); private LoadAsset(path: string): void { Laya.loader.create(path, Laya.Handler.create(this, this.OnAssetComplete)); } private OnAssetComplete(): void { console.log("on asset complete:"); } 我想在OnAssetComplete内知道是哪个资源被回调了,请问要怎样处理,...

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

13. Laya.loader.create 加载的中途断网 简直是灾难 [ 88%]

LayaAir引擎 Laya.loader.create 加载的中途断网 简直是灾难 Laya.loader.create 加载ls的过程中 断网 简直是灾难 无论如何处理 都无法正确的接着完成。 Laya.loader.clearRes(error, true); 然后在 Laya.loader.clearUnLoaded(); 各种崩溃 在断网的不同阶段...

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

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

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

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

15. LayaAir1.7.19.1 Beta预加载资源出问题 [ 88%]

...览: 907 关注: 2 人 188*****949 • 2018-07-26 11:18 用的Laya.loader.create(数组)的方式加载的,应该用啥比较好?之前1.7.17已经跑了挺久了,都没出问题 188*****949 • 2018-07-26 11:19 我单Laya.loader.create("entrance.ls")的方式也加载过,没成功...

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

16. 游戏加载进度失效 [ 87%]

...leTxt.png", type: Laya.Loader.IMAGE } Laya.loader.load(asset, Laya.Handler.create(this, this.onLoaded),Laya.Handler.create(this,this.onLoading)); } onLoading(progress){ this.gameLoading.loadTxt.text="Loading..."+(progress*100)+"%"; } onLoaded() { this.cacheAnimation(); var waterBg = Laya.Sprite.from...

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

17. IOs使用手动删除本地资源再次进去加载问题 [ 87%]

... Laya.Loader.IMAGE},     ]     Laya.loader.load(res_array, Handler.create(null, onLoaded)); }  function onLoaded() {     var res_array = [         {url : "res/atlas/comp.atlas", type : Laya.Loader.ATLAS},     ]     Laya.loader.load(res_array, Handler.create(null, onLoade...

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

18. 2.x引擎项目升级指南 · LayaAir3.0文档 · LAYABOX [ 87%]

...1.6 使用Options。1.7 预制体/场景的问题1.8 旧版本引擎loadcreate的兼容性问题1.9扩展Loader能力2、关于动态加载IDE里的资源说明3、LayaAir3.0 输入处理模块修改3.1 2D和3D统一接口,3.2 2D能对3D正确遮挡。3.3 新增 MOUSE_DRAG和MOUSE_DRAG_END3.4 ...

来源: Laya3.0_文档 发布时间: 20230406

19. 资源版本问题 [ 86%]

...FILENAME_VERSION; Laya.ResourceVersion.enable("version.json", Laya.Handler.create(this, beginLoad)) function beginLoad() { //加载LOADING资源 Laya.loader.load([{ url: "res/atlas/icon.atlas" }, { url: "res/atlas/human.atlas" }], Laya.Handler.create(this, progress, null, false), null, Laya.Loader.A...

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

20. 载入U3D导出的粒子特效报错 [ 86%]

...3D.__proto._parseCustomProps (laya.d3.js:40855)     at Function.Utils3D._createNodeByJson (laya.d3.js:17945)     at Function.Utils3D._createNodeByJson (laya.d3.js:17954)     at Sprite3D.__proto.onAsynLoaded (laya.d3.js:30800)     at ResInfo.onLoaded (laya.core.js:13189)     at EventHandler...

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