大约有 2,615 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0074 秒)
Laya_社区(2308) Laya2.0_文档(106) Laya_示例(52) Laya3.0_api(51) Laya3.0_文档(47) Laya2.0_示例(43) laya_api(4) Laya2.0_api(4)
...ion 的createFrames 使用已经加载的图集缓存动画失败 请问下loader如何强制加载一个文件,避免浏览器的缓存 请教下微信小游戏的内存和数据缓存? 怎样获取浏览器地址传过来的GET参数 as3中,调用原生js的的时候,如何传递原生JS...
来源: Laya_社区 发布时间: 20200115
... 2017-05-10 10:25 @cuixueying:好的,谢谢。如果不手动释放Laya.loader里面的资源的话,loader会不会在某个环节自动释放掉一些资源呢?比如我用一个url创建了两个Laya.Image对象,一个对象destroy后,另一个对象就变成空白了。。。 cuixueying...
来源: Laya_社区 发布时间: 20170509
3D开启多线程报错 开启多线程后 Laya.WorkerLoader.workerPath="libs/worker.js"; Laya.WorkerLoader.enable=true; 加载导出的3D模型 Laya.Sprite3D.load("res/assets/LayaScene_guanyu/TestScene.lh"); 报错:laya.d3.js:37225 Uncaught TypeError: Failed to execute 'texImage2D' on 'Web...
来源: Laya_社区 发布时间: 20190323
...nkey/LayaMonkey.lh", type: Laya3D.HIERARCHY, priority: 1}]; //Laya.loader.create(resource, Laya.Handler.create(this, this.onComplete)); Laya.loader.create("Export/LayaScene_JJF/Conventional/JJF.lh", Laya.Handler.create(this, this.onComplete)); } public onCompl...
来源: Laya_社区 发布时间: 20190531
... let pngUrl = texture.realTexture.url; let res = Laya.loader.getRes(pngUrl); if (res && res._bitmap instanceof Laya.Texture2D) { res._bitmap.destroy(); } Laya.loader.clearRes(pngUrl) } } tmpDat.d...
来源: Laya_社区 发布时间: 20240429
...是在同一时间段内加载和解析的,所有会导致卡顿;Laya.Loader批量加载和解析图集时 难道没有做分帧 才导致卡顿?希望优化Loader
来源: Laya_社区 发布时间: 20170809
...有问题 跳地图时我会清除地图上的clip 调用如下方法 Laya.loader.clearRes(j,true); 但是如果再次回到这个地图 clip特效就不显示了 最终查到clip的loadComplete方法var clips:Array = WeakObject.I.get(key); 这句的clips里面的资源有问题 应该是已经被...
来源: Laya_社区 发布时间: 20171128
...图片 urls.push({ url: ResourcesManager.inst.brush_test_green, clas: Laya.Loader.TEXTURE2D,constructParams:[100, 100, 1, false, true]}); //开始填充 public fillPlane(){ let brush = Laya.loader.getRes(ResourcesManager.inst.brush_test_green) as Laya.Texture2D; ...
来源: Laya_社区 发布时间: 20200706
...gba(0,0,0,0.1)"; //加载图集成功后,执行onLoaded回调方法 Laya.loader.load("res/atlas/apes.atlas", Laya.Handler.create(this, onLoaded)); function onLoaded() { //创建一个UI实例 var plan = new ui.TimeLineUI(); //添加到舞台 Laya.stage.addChild(plan); //播放UI场景中的动画 ...
来源: Laya_社区 发布时间: 20190217
...破 求解 Warning: discard property,please use templet property instead. loader callback cost a long time:191 url=3d/man/hero.ani Warning: The (.lm) file is converted by old fbxTools,please reConverted it use lastest fbxTools version,later we will remove the support of old version (.lm) support. 20...
来源: Laya_社区 发布时间: 20170617