大约有 14 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0034 秒)
...半天,前面两位的方法没能实现要求。 最终用laya.ui.Panel.target解决,拖动Panel里的对象时,重新设置下移动对象。 2019-12-21 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 zzh8989 没有介绍 相关...
来源: Laya_社区 发布时间: 20180329
...hrome出现错误: Error processing launch: Error Could not attach to main target 有什么容器能够实现当子元素达到显示上限后自动滚屏,使得新添加的元素始终保持在最底部显示? 游戏运行在chrome里面 听不见声音 ui list 里面的元素不能点击两次...
来源: Laya_社区 发布时间: 20180713
...hrome出现错误: Error processing launch: Error Could not attach to main target LayaAir2D示例 Mac 2.0.0beta3 Chrome调试黑屏 as3 ,LayaAir下调试matter.js物理引擎出错。 真机调试报错:LayaPlayer不支持的标签</SCRIPT> 播放背景音乐的问题 刚打开 桌面调试...
来源: Laya_社区 发布时间: 20170919
...hrome出现错误: Error processing launch: Error Could not attach to main target 游戏运行在chrome里面 听不见声音 请问在layaIDE里,怎么调用微信小程序API 微信小程序—未找到入口 app.json 文件,或者文件读取失败,请检查后重新编译。 使用了u3D...
来源: Laya_社区 发布时间: 20170517
LayaNative appLoader.js中偶发_targets为undefined的问题 开发的游戏使用LayaNative2.7打包发布后根据JS异常报警器上报数据发现有用户会偶尔出现附件图中所示报错,经查报错内容来至于LayaNative配套的appLoader.js中,搜索“_targets”后发现错...
来源: Laya_社区 发布时间: 20200720
...ed && (state = stateMap[e.type]); } public static function addDark(target:laya.display.Sprite, isDark:Boolean = true):void { if (isDark) { // laya.ui.UIUtils.addFilter(target, DARK); target.filters=[ new ColorFilter([0.7, 0, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 0, 1, 0])]; } else...
来源: Laya_社区 发布时间: 20160802
...t.MOUSE_MOVE ,this, this.onMouseMove); this.onMouseDownX = e.target.mouseX; this.onMouseDownY = e.target.mouseY; } onMouseUp(e : laya.events.Event):void{ console.log("MOUSE_UP"); this.off(laya.events.Event.MOUSE_MOVE ,this, this.o...
来源: Laya_社区 发布时间: 20160823
...hrome出现错误: Error processing launch: Error Could not attach to main target 关于遍历产生的sprite的点击事件,急,大神帮看哈 如何设置Sprite的宽高和点击区域? laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 ...
来源: Laya_社区 发布时间: 20171017
...aya.Input不能调出输入法,点击就报laya.wxmini.js第637行 _inputTarget.text can not read property 'text' of undefined,用别的设备测试都正常,只有我的华为Mate40pro会报错,后来发现是Laya.Input.focus里面的target没设置上,我修改了一下就正常了,不...
来源: Laya_社区 发布时间: 20220519
...ources。 核心代码: private onBtnClick(e:Laya.Event):void { switch(e.target) { case this.btn1: Laya.Scene.open("ui/p1/Page1.scene", false); break; case this.btn2: Laya.Scene.close("ui/p1/Page1.scene"); break; case this.btn3: Laya.Resource.destroyUnusedResources(); break; } }问题:特定操...
来源: Laya_社区 发布时间: 20190216