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

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

701. 发布安卓后异常 [ 55%]

..."Uncaught TypeError:Cannot set property 'y' of null"的解决方案 修改stage的scale后,会发生异常情况 重力感应 Accelerator 发布微信游戏后失效。是因为什么? 问题状态 最新活动: 2018-01-10 14:13 浏览: 708 关注: 2 人 Laya_Aaron • 2018-01-10 15:03 我这边...

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

702. 射线一直无法获取物体 [ 55%]

...体         Laya.Physics.rayCast(ray, hit, 1000);     }     Laya.stage.on(Laya.Event.MOUSE_UP, this, function () {         var str = "";         if (!hit.sprite3D) {             str = "点击选取的几何体";         }else{             str = hit.sprite3D.name + " ...

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

703. 多行输入文本组件 · LayaAir3.0文档 · LAYABOX [ 55%]

...毕,此方法只执行一次 */ onAwake(): void { this.txtarea.pos(Laya.stage.width >> 1, Laya.stage.height >> 1); //位置 this.txtarea.size(500, 200); //大小 this.txtarea.pivot(this.txtarea.width/2, this.txtarea.height/2); //轴心点 this.txtarea.text = "大家好,欢迎各位...

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

704. 百度小游戏 内存不断增大的情况 [ 55%]

...his.isOpen){ return; } this.isOpen=true; var testView=new TestView(); Laya.stage.addChild(testView); Laya.timer.once(200,this,this.removeUi,[testView]); } __proto.removeUi=function(ui){ if(ui!=null){ ui.destroy(); this.isOpen=false; } }  代码主要是做了重复打开关闭一个界面,调用...

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

705. 微信小游戏利用开放域好友关系链做排行榜 [ 55%]

...rite:Laya.Sprite = new Laya.Sprite();                 Laya.stage.addChild(sprite);                 sprite.graphics.drawTexture(rankTexture,0,0,rankTexture.width,rankTexture.height);                  // console.log("再次往开放域发请求");   ...

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

706. 想询问下下载导致产生的临时数据垃圾解决方案 [ 55%]

...aya.MiniAdpter.AutoCacheDownFile=true var ape: Sprite = new Sprite(); Laya.stage.addChild(ape); ape.loadImage(a); 代码是这样的,这时候缓存(wxanewfiles)里是有这个图片文件的,但是临时文件夹下(wxafiles)也有,并且临时文件夹每次打开不能够重复利用导致...

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

707. laya图片路径问题 [ 55%]

...i = new Laya.Animation();  roleAni.loadImages();  roleAni.play();  Laya.stage.addChild(roleAni);   这样就会报路劲错误   var urls = [ 'img/food/f1.png', 'img/food/f2.png', 'img/food/f3.png', 'img/food/f4.png', 'img/food/f5.png', 'img/food/f6.png', 'img/food/f7.png', 'img/food/f8.png', ...

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

708. 点击事件会导致setTimeout setInterval 延迟执行的问题 [ 55%]

...添加下面的方法, 一样会导致setInterval明显延迟执行; Laya.stage.on('click', null, function (e) { console.log.log(`click`); }); 即使我将所有的事件绑定全部注释掉频繁的点击页面也会卡住!!!!! 我在事件的处理函数中设置stopPropagation没有任何作用;...

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

709. List 组件列表渲染异常 [ 54%]

... 请问layaair2.0-js 怎么用程序在list中添加多元素的item 修改stage的scale后,会发生异常情况 请问如何让textinput组件输入密码的时候显示*号? unity到导出场景加载时抛异常,不知所措 开启CastShadow以后,模型会莫名其妙消失,物体渲...

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

710. tiledMap 官方示例都运行不了 [ 54%]

...      tiledMap.createMap("../res/dt.json", new Rectangle(0, 0, Laya.stage.width, Laya.stage.height), null);   调用后报错TypeError: Cannot read property 'split' of undefined     at TiledMap.__proto.mergePath (file:///C:/Users/Administrator/Documents/myLaya/Hello/bin/libs/laya.tiledmap.j...

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