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

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

11. 攻略贴:打包apk完整流程记录(单机版) [ 69%]

...等待读取和编译完毕。 4. Android Studio菜单栏“Build”=》“Generate Signed APK...”     4.1 弹出界面中:Key store path 有就选已有的,没有点下面的Create new     4.1.1 弹出界面中:Key store path 填好记住即可(.jsk后缀),其他的随意 ...

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

12. 打地鼠的Laya1.0想用2.0写出来总是出错 [ 67%]

...模式。ui导出类 最上面有注释: /**This class is automatically generated by LayaAirIDE, please do not make any modifications. */ 如果检测编辑界面有改动的话运行的时候会重新生成该类。     2019-09-02 1 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复...

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

13. 使用了Async之后报错提示没有tslib [ 66%]

...",       "ES2015",       "ES2015.Promise",       "ES2015.Generator"     ]   }, 2021-05-19 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 ⊙▽⊙ 相关问题 Layabox 2.0 bate5 运行编译之后 bundle.js 文件...

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

14. Maximum call stack size exceeded [ 64%]

...log('init');         }     }       /**This class is automatically generated by LayaAirIDE, please do not make any modifications. */       class GameConfig {         static init() {             //注册Script或者Runtime引用             let reg = Laya.ClassUtils.regClas...

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

15. LayaIDE2.2导出图集提示错误,Export Atlas Fail [ 64%]

...复 layabox 赞同来自: 有两种导致问题的可能性, 一、atlas-generator.exe 被杀毒软件 误杀, 那关了杀毒软件尝试一下   二、项目的资源太多,过大导致。 这种情况,已经解决,可以升级LayaAirIDE 2.12版本解决   如果2.12新版本没有发...

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

16. layabox能用上webp图片格式么? [ 63%]

...RLRequest("aaa")); private function onCom(event:Event):void { // TODO Auto-generated method stub addChild(event.target.content) } 使用宏命令(Laya_Publish_H5)翻译到layaIflash编译器可以看到效果,有什么问题可以随时告诉我们!!!   2015-12-14 1 2 分享 微博 QZON...

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

17. 发布app(android)后,按后退键显示有问题 [ 62%]

...er().schedule(new TimerTask() { @Override public void run() { // TODO Auto-generated method stub isExit = false; } },2000); } else { // MobclickAgent.onKillProcess(MainActivity.this); int pid = android.os.Process.myPid(); android.os.Process.killProcess(pid); } } 2017-05-18 添加评论 免费帖 -->...

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

18. video在安卓手机上,怎么设置同层播放,还有怎么设置隐藏控制播放按钮 [ 62%]

...建视频的主要代码 private function initVideo():void { // TODO Auto Generated method stub // 创建Video元素 var div:* = Browser.createElement("div"); div.setAttribute("id", "videobox"); Browser.document.body.appendChild(div); // var canvas:* = Browser.getElementById("layaCanvas") // canvas....

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

19. 分享:关于自定义场景继承的实现 [ 59%]

...出UI 导出后layaMaxUI.ts的内容如下/**This class is automatically generated by LayaAirIDE, please do not make any modifications. */ import View=Laya.View; import Dialog=Laya.Dialog; import Scene=Laya.Scene; import {base} from "../script/base/BaseScene"; import BaseScene=base.BaseScene; var RE...

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

20. 新手入坑请教下各位大神关于LayaMaxUI问题 [ 59%]

...请教下各位大神关于LayaMaxUI问题 /**This class is automatically generated by LayaAirIDE, please do not make any modifications. */ import View=Laya.View; import Dialog=Laya.Dialog; import Scene=Laya.Scene; var REG: Function = Laya.ClassUtils.regClass; export module ui.test { export class Te...

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