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

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

41. Laya.Pool.getItemByClass 找不到上次释放的对象 [ 85%]

...nd= Laya.Pool.getItemByClass("mybg",BackGround); Laya.stage.addChild(bg1); console.log("bg1->",bg1); //对象放回Pool里,并清除对象 Laya.Pool.recover("mybg",BackGround); bg1.removeSelf(); Laya.stage.removeChild(bg1); console.log("bg1->",bg1); //再次从Pool里获取对象的时候,...

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

42. 关于Sprite回收 [ 85%]

...       for(var i = 0; i < this.numChildren; i++) {             console.log(this.numChildren);             var item = this.getChildAt(i);             if(item instanceof Item) {                 item.removeSelf();                 item.visible = true;         ...

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

43. 关于裁剪的问题 [ 85%]

... 0, loginUI.bbbar.height) Game.timer.loop("progress", this, function() { //console.log("loginUI.bar.value = ", loginUI.bar.value); loginUI.bbbar.viewport.width = loginUI.bbbar.viewport.width + 0.2 //console.log("loginUI.bbbar.viewport.width = ", loginUI.bbbar.viewport.width); }, 1000, 100); 2017-09-...

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

44. 清除内存里没有使用的图片或者动画的方法 [ 84%]

...有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 问题状态 最新活动: 2017-11-02 15:17 浏览: 768 关注: 2 人

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

45. 闪屏,报错信息如下 [ 84%]

...rom previous GL command 02-05 16:53:07.013 24700-24700/? I/chromium: [INFO:CONSOLE(0)] "[.Offscreen-For-WebGL-0x7c8dec00]GL ERROR :0x0505 : glTexImage2D: <- error from previous GL command", source: http://xx.xxx.xxxx.pk/xn/x/.............html (0) 02-05 16:53:07.825 24700-24824/? E/chromium: [ERRO...

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

46. 用Chorme查看当前帧内存快照,发现存在两份相同的字符串内存 [ 84%]

...有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 创建动效模板 可能存在bug 如何识别当前环境是微信小游戏环境 问题状态 最新活动: 2019-10-03 16:55 浏览: 765 关注: 1 人

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

47. QQ小游戏demo跑不起来 MiniFileMgr.fs.readFile无回调 [ 84%]

... files.length; i++) {         let fileUrl = files;         console.log("加载文件测试", i, fileUrl);         MiniFileMgr.readFile(fileUrl, "utf8", Laya.Handler.create(this, function() {             console.log("加载文件测试1", i, fileUrl);       ...

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

48. 求解Physics3D 内存占用问题 [ 84%]

...ltPhysicsMemory'] = 30; Laya3D.init(GameConfig.width, GameConfig.height); console.log(window.Physics3D) ``` 分析Physics3D里面的几个变量 发现内存占用超大. HEAP8,HEAPU8 这2个对象是同一个么. 都是30M字节长度数组. 而且内容是重复的.  现在再优化内存. 看...

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

49. 从对象池里取出的对象设置坐标失败 [ 84%]

...????底层对象池没有做好? v.pos(nextPost.x, nextPost.y) console.log(nextPost, v.x, v.y) console.log(v)   附件 : --> 2018-05-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Nothing 赞同来...

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

50. 调用Laya.Geolocation,程序卡死 [ 83%]

调用Laya.Geolocation,程序卡死 if (!Laya.Geolocation.supported) { console.log(11) this.txt.text = "11"; }else{ console.log(3333) this.txt.text = "22"; } 代码运行到这里就不往下运行 了,控制台也不输出,什么问题? 2018-03-14 添加评论 免费帖 --> 分享 微博 Q...

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