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

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

11. Laya.loader.load GPUMemory如何不增加 [ 95%]

Laya.loader.load GPUMemory如何不增加 大佬们好,地图加载, 地图我有很多块文件,预加载造成了GPUMemory过高。               var tPath=this.mergePath(this._resPath,tTileSet.image);             this._loader.load(tPath,/*laya.net.Loader.IMAGE*/"image",f...

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

12. Loader.load加载json类型的资源,完成后调用Loader.clearRes后,并不能真正释放资源的bug [ 95%]

Loader.load加载json类型的资源,完成后调用Loader.clearRes后,并不能真正释放资源的bug demo: class NewTest { public static url: string = "333.json"; private loadedMap; constructor() { this.loadedMap = Laya.Loader["loadedMap"];  Laya.init(720, 1280, Laya.WebGL); Laya.Stat.show...

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

13. Laya.loader.load怎么停止回调 [ 95%]

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

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

...es_array = [         {url : "res/atlas/loading.atlas", type : Laya.Loader.ATLAS},         {url : "res/atlas/person.atlas", type : Laya.Loader.ATLAS},         {url : "loading/progress.png", type : Laya.Loader.IMAGE},         {url : "loading/progress$bar.png", type : La...

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

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

2.0引擎开发者使用3.0的差异汇总1、LayaAir3.0 Loader修改1.1加载一个资源1.2 加载多个资源(用数组)1.3 加载多个文件(组合)1.5 加载HTMLImage1.6 使用Options。1.7 预制体/场景的问题1.8 旧版本引擎load和create的兼容性问题1.9扩展Loader能...

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

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

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

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

17. Laya.loader.load 加载场景报错 [ 94%]

Laya.loader.load 加载场景报错 Laya.loader.load( 模型url, Laya.Handler.create(this, function(){ this.scene = Laya.loader.getRes(模型url); Laya.stage.addChild(this.scene); }),null, null, 1, true, "scene1"); 执行后,浏览器报 : laya.core.js:13290 Uncaught TypeError: node._setParent ...

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

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

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

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

19. 使用Laya.loader.load加载Laya.Loader.FONT位图字体文件时就会出现无限循环加载,一直到浏览器奔溃 [ 94%]

使用Laya.loader.load加载Laya.Loader.FONT位图字体文件时就会出现无限循环加载,一直到浏览器奔溃 引擎版本:2.0.0 问题描述: 在1.7.*下预加载位图字体文件没问题,但升级到2.0.0后,使用Laya.loader.load加载Laya.Loader.FONT位图字体文件时...

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

20. Laya.loader.load 如何同时加载图片数组以及json图集 [ 94%]

Laya.loader.load 如何同时加载图片数组以及json图集 Laya.loader.load([{url: "res/atlas/images/fesh.json", type: Loader.ATLAS}, {url: "res/atlas/images.json", type: Loader.ATLAS},{url: "res/atlas/common.json", type: Loader.ATLAS}, {url: "res/atlas/template/ButtonTab.json", type: Loader.A...

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