大约有 1,699 项符合查询结果, 库内数据总量为 30,782 项。 (搜索耗时: 0.0054 秒)
...= new Laya.MapLayer(); var aaa = MapLayer.getTileDataByScreenPos(322,222); console.log(aaa);
来源: Laya_社区 发布时间: 20180118
...oader.load(["res/atlas/comp.atlas"], Laya.Handler.create(this, function(){ console.log("load atals ok"); var dlg1:ui.TestDlgUI = new ui.TestDlgUI(); Laya.stage.addChild(dlg1); dlg1.show(); }));在微信小游戏的模拟器上是正常的,但是在手机上就看不到UI。 后来经过调试,...
来源: Laya_社区 发布时间: 20180525
...ter.loadImage(skin, 0, 0, 200, 200, Laya.Handler.create(this, function () {console.log('KO!~'); })); character.graphics.drawLine(0, 200, 200, 0, "#ff0000", 1); character.graphics.drawLine(0, 0, 200, 200, "#ff0000", 1); character.graphics.drawCircle(100, 100, 100, null, "#ff0000", 1); character.graph...
来源: Laya_社区 发布时间: 20170828
...有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 怎么讲layaAir里的显示对象添加到matter.js里的物理引擎世界里 在List渲染的时候,在滚动一个list的时候,如何实现另一个li...
来源: Laya_社区 发布时间: 20180411
... }); httpRequest.once(Laya.Event.ERROR, this, (data)=>{ // 输出错误 console.error(data); }); // 发送请求 httpRequest.send(headUrl, '', 'get', 'arraybuffer'); } } 附件 : --> 2019-04-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容...
来源: Laya_社区 发布时间: 20190430
...ya.Sprite(); s.graphics.drawRect(10, 10, 580, 470, "#000000"); s.pos(0,0); console.log("=mask container=>>", s.width, s.height)//打印出是0,0 this.scrollContainer.mask = s;//scrollContainer是一个有宽高的Box,为什么打印出的s的宽高是0,0,只要设置了mask,chrorme就...
来源: Laya_社区 发布时间: 20180828
...有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 event自定义事件的问题 问题状态 最新活动: 2022-03-21 16:00 浏览: 3102 关注: 2 人 fftidus • 2022-03-22 15:45 我测试了之后发现,...
来源: Laya_社区 发布时间: 20220318
...更新失败会进入cofig.js里边 window.onLayaInitError==function=(e) {console.log("onLayaInitError error=" =+ e); talert(加载游戏失败,可能由于您的网络不稳定,请退出重进") } 这个方法,然后就停在这里了。这里能否再调回JAVA代码,让程序继续执行...
来源: Laya_社区 发布时间: 20181214
...et a = this.owner.getChildByName("Sprite3D") as Laya.Sprite3D; console.log(a,typeof(a)) let aa = a.addComponent(Laya.Rigidbody3D); } 报错 TypeError: Cannot read properties of undefined (reading '__className') 使用版本laya 3.1.0 beta3 , 老...
来源: Laya_社区 发布时间: 20240102
...有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在,但没渲染出。 问题状态 最新活动: 2017-08-25 21:02 浏览: 1080 关注: 2 人 sun9278888 • 2017-08-25 21:10 上面两张图,你只需要关注鱼的资源,忽...
来源: Laya_社区 发布时间: 20170825