大约有 2,746 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0072 秒)
Laya_社区(1928) Laya3.0_api(248) Laya2.0_api(162) laya_api(132) Laya_示例(81) Laya2.0_文档(81) Laya2.0_示例(65) Laya3.0_文档(49)
...动后的回调怎么写,Tween.to(beginbox,{x:-Laya.Browser.width},1000,null,aaa,0,false);aaa是一个测试方法 LayaAir 1.0.3测试版本bug问题反馈 有没有一些手机上运行的测试报告? 为什么这样没办法移除音效实例 JS 无法实例化 Laya.Templet 官方技术文档...
来源: Laya_社区 发布时间: 20151124
...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 微信小程序 发布后缺少app.json文件 问题状态 最新活动: 2019-08-20 13:16 浏览: 1521 关注: 4 人 斯文 • 2019-08-23 13:48 官方最新稳定版也只是2.1.1.1, 尝鲜版的2.2.0be...
来源: Laya_社区 发布时间: 20190820
...his.hand.alpha = 1 Tween.to(this.hand, {scaleX:1, scaleY:1, alpha:1}, 300, null, Laya.Handler.create(this, this.DoFlash)); } 循环Tween 缩放一个图片, 从scale=2 缩小到scale=1但是在VIVO手机上看到的效果是 缩放值为1.9 1.6 1.8 1.3 1.5 这样抖动 查找后发现是因为 设...
来源: Laya_社区 发布时间: 20211109
...ool, default: false } }, styles: { RAIN : { caption: "下雨", inspector : null }, //inspector为null,不显示在属性面板 SNOWY : { caption: "下雪"}, // 定义不属于uniform和define的属性 weather : { caption:"天气", inspector: RadioGroup, options: { members: [RAIN, SNOWY] }} }, RAIN...
来源: Laya3.0_文档 发布时间: 20251010
...用clearRes清图集资源的时候,就报Cannot read property 'md5' of null错误了,错误的地方就在:clearRes里调用MiniFileMgr.remove方法,然后在这个地方就报错了: 应该就是MiniFileMgr.filesListObj里没有我这个.atlas文件,就报错了,请问我该怎么解...
来源: Laya_社区 发布时间: 20180719
...t.ERROR, this, onHttpRequestError); hr.send(NameJosn, null, 'get', 'xml'); function method():void trace(hr.data) } hr.data 返回结果是 如何获得 比如id:10000 的节点属性? 附件 : ...
来源: Laya_社区 发布时间: 20160626
...e.js 里面 URL.formatURL 里面修改 if (URL.customFormat !=null)url=URL.customFormat(url,base); if (url.indexOf(":")> 0)return url; 才能加载到外部资源地址的图片 2.已经找到问题是加载里面没有对文件 laya.wxmin.js 里面没有调用 ...
来源: Laya_社区 发布时间: 20180118
...(templet); 然后报错 Cannot read property 'enableMerageInAtlas' of null RunDriver.addTextureToAtlas __proto.addTextureToAtlas __proto.runWith __proto.event __proto.completeCreate __proto.recreateResource __proto.activeResource (anonymous function) __proto._drawTextureM __proto.drawTextureWit...
来源: Laya_社区 发布时间: 20170222
...aya.loader.create(res3DArr, Laya.Handler.create(this, this.onRes3DLoaded), null); 结论:onLoad时checkNext触发endLoad,会重置customParse属性,onError的时候没有触发这个逻辑,导致复用这个loader时,customParse属性不正确。 修改:成功、失败都会走到o...
来源: Laya_社区 发布时间: 20180305
.... new sk();sk.load("xx.sk",handler()); 2.销毁直接使用sk.destroy();sk=null; 这时在chorme上就能看到有内存泄漏,会多出来一个templet类型的数据,和官方大佬沟通之后产生了版本B。 版本B:1.new templet();templet.loadani("xx.sk" handler(new sk()=templet....
来源: Laya_社区 发布时间: 20201030