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

大约有 1,619 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0175 秒)

1331. andriod app闲置一段时间,或者切换出去打电话,发微信,再回到app里面会有异常 [ 58%]

...开始上下滑动了 问题状态 最新活动: 2017-05-31 12:04 浏览: 1012 关注: 3 人 shanshan • 2017-05-31 14:51 要打包成app装在手机上面才行 cuixueying • 2017-06-01 10:07 麻烦提供一个例子吧,我们好安排测试看下,有问题我们会及时安排修复,麻烦...

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

1332. android-APK更新下载完包体之后闪退 [ 58%]

...上传不了);IDE 2.6.0 ,Native 2.6.1,android studio 3.6.0 2020-06-13 10:25:46.009 16276-16276/com.baitan.game E/AndroidRuntime: FATAL EXCEPTION: main     Process: com.baitan.game, PID: 16276     android.os.FileUriExposedException: file:///mnt/sdcard/autoupdate.apk exposed beyond app through...

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

1333. lib/arm/liblayaair.so 总是崩溃 [ 58%]

...so 总是崩溃,请问有人能看出来的什么原因吗?    08-14 10:57:48.464 22228-22354/? I/LayaBox: JSRuntime::callMethod {} 08-14 10:57:48.470 22228-22268/? I/System: core_booster, getBoosterConfig = true 08-14 10:57:48.523 2977-2977/? E/Thermal-daemon: [ap] temp_new :49  temp_old :48...

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

1334. android下layabox调用Laya.Texture2D.load报错 [ 58%]

...  报错堆栈: 02-06 14:59:43.858  6545  6658 I LayaBox : alert=http://10.0.1.72/game/dev-loca ... 5668: TypeError: Cannot read property 'createTexture' of null 02-06 14:59:43.858  6545  6658 I LayaBox : var glTexture=this._source=gl.createTexture(); 02-06 14:59:43.858  6545  6658 I LayaBox ...

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

1335. list 中的子元素如何居中显示 [ 58%]

...发布后在手机预览显示异常 问题状态 最新活动: 2018-07-03 10:12 浏览: 1896 关注: 2 人 小伦 • 2018-07-03 13:00 哦哦 好吧

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

1336. 我就在unity中加了一个cube,导出后,在laya预览中怎么会有2个cube,而且位置还不一样,也没有贴图 [ 58%]

...纵比,近距裁剪,远距裁剪) var camera= new Laya.Camera( 0, 0.1, 1000); //添加方向光 var directionLight = scene.addChild(new Laya.DirectionLight()); directionLight.ambientColor = new Laya.Vector3(0.6, 0.6, 0.6); directionLight.specularColor = new Laya.Vector3(0.6, 0.6, 0.6); direction...

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

1337. 这个算是laya的bug还是ts的bug? [ 58%]

...。。。 demo工程在附件中,实在是太诡异了。 环境为mac 10.15.3 node v8.17.0 tsc版本Version 3.8.3 ide版本是2.5beta 附件 : --> Tank.zip 2020-03-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回...

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

1338. 微信小游戏开放数据域按钮点击位置偏移 [ 58%]

...,非常费,每帧刷新 layout.graphics.drawTexture(canvas); } 2018-08-10 0 0 分享 微博 QZONE 微信 Laya_XS 赞同来自: 开放域的位置偏移,是因为你主域绘制的区域跟开放数据域绘制的位置不对称,比如开放数据域绘制在0,0点,那在主域里绘制开...

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

1339. 请教个问题,使用gulp这个压缩工具,生成min.js文件,应该对运行没有影响吧 [ 58%]

...个压缩工具,生成min.js文件,应该对运行没有影响吧 2018-04-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 w1114367261 赞同来自: 如果合格和laya的一样的话,应该是没有影响的 ...

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

1340. ToolTip鼠标悬停的使用 [ 58%]

...tton(); Laya.stage.addChild(button); button.label="button One"; button.pos(100,100); button.skin="comp/button.png"; button.toolTip="我是button One!"; //自定义鼠标提示 var button2:Button=new Button(); Laya.stage.addChild(button2); button2.label="button Two"; button2.pos(250,100); button2.ski...

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