大约有 289 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0042 秒)
...有问题 跳地图时我会清除地图上的clip 调用如下方法 Laya.loader.clearRes(j,true); 但是如果再次回到这个地图 clip特效就不显示了 最终查到clip的loadComplete方法var clips:Array = WeakObject.I.get(key); 这句的clips里面的资源有问题 应该是已经被...
来源: Laya_社区 发布时间: 20171128
...最后回到原大小或原位置,应该用什么缓动模式 请问下loader如何强制加载一个文件,避免浏览器的缓存 app启动动画应该如何去掉 问题状态 最新活动: 2016-01-12 11:21 浏览: 5883 关注: 5 人 xbxxxx • 2016-01-11 17:00 谢谢回答,问题已经解...
来源: Laya_社区 发布时间: 20160110
...画则没问题 // 当播放完成动画的时候,判断了一手Laya.loader.getRes是否还存在,不走load加载,直接从loader.getRes获取大纹理对象,则播放会闪烁 // 如果每次都走load接口加载则正常 我是拿3.0.11测试的,实际上从309版本修复了纹...
来源: Laya_社区 发布时间: 20240116
...本,在IDE中新建粒子,然后在游戏中创建就会报错。 Laya.loader.load("xxx.part", Laya.Handler.create(this, (settings: Laya.ParticleSetting) => { let particle = new Laya.Particle2D(settings); }), null, Laya.Loader.JSON); 附件 : --> 2019-08-13 添加评论 免费帖 --> 分享 ...
来源: Laya_社区 发布时间: 20190813
...c目录下。 参考:private function init(e:Event=null):void { var loader:Loader=new Loader(); var context:LoaderContext=new LoaderContext(false,ApplicationDomain.currentDomain); loader.contentLoaderInfo.addEventListener(Event.COMPLETE,onCom); loader.load(new URLRequest("datas.swf"),context)...
来源: Laya_社区 发布时间: 20151216
...cs.clear(); var t: Laya.Texture = Laya.loader.getRes("puzzlePic/pi-" +this.levelNum +"-"+this.owner.name.slice(4,1)+ "-2.png"); (this.owner as Laya.Sprite).graphics.drawTexture(t,0,0); 2020-10-12 0 0 分享 微博 QZONE 微...
来源: Laya_社区 发布时间: 20201012
...是加载sk完成前,就调用动画导致 因此,在最开始用Laya.loader.Load(["drgon.sk"]......)这样的方式预加载 !!!结果,预加载时报错,就是这里: laya.core.js的7430行 if (this._pos_+2 > this._length)throw "getUint16 error - Out of bounds"; 但是,...
来源: Laya_社区 发布时间: 20180622
UNITY3D导出模型加载错误 laya.core.js:12371 Uncaught Error: LoaderManager:unknown file(http://127.0.0.1/layaair/myLaya3D1/bin/null path) extension with: 1. at LoaderManager.__proto._create (laya.core.js:12371) at LoaderManager.__proto.create (laya.core.js:12339) at Loader.Laya3D._onHierarchy...
来源: Laya_社区 发布时间: 20170927
预加载结束之后还是报lose skin private loadRes():void{ Laya.loader.load("./res/atlas/comp.atlas",Laya.Handler.create(this, this.onAssetLoaded),Laya.Handler.create(this, this.onLoading, null, false)); } private onLoading(progress: number): void { console.log("加载进度: " + progress); } ...
来源: Laya_社区 发布时间: 20180314
...模型文件 gltfFile: any = { skeleton: { url: "res/skeleton.gltf", type: Loader.JSON }, face: { url: "res/face.gltf", type: Loader.JSON }, eyes: { url: "res/eyes.gltf", type: Loader.JSON }, ... } // 装扮配置文件 makeupjson: any = { blusher: { cfg: "res/self/gltfMode/gltfBin/beautyResource/bl...
来源: Laya2.0_文档 发布时间: 20210715