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

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

71. 按照官方的操作步骤为flashBuilder创建项目,无法运行。报错Cannot read property 'addChild' of null [ 58%]

...无法运行。报错Cannot read property 'addChild' of null 打印了Laya.version输出为null addChild到Laya.stage,报错 请问是不是我有什么地方未配置正确? “位置”已添加为${workspace_loc:/Test_280_01/as/layajs.exe} “自变量”已添加为"${project_loc}\.actionScr...

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

72. ide2.6.0beta编译报错:This syntax requires an imported helper but module 'tslib' cannot be found [ 58%]

...aboxide 2.6.0 beta 已经全局安装typescript,命令行 tsc -v,输出Version 3.8.3 nodejs 12.16.1 编译报错: semantic error TS2354: [31mThis syntax requires an imported helper but module 'tslib' cannot be found   定位到代码中是: let { width, height } = Laya.stage;  mac上...

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

73. Laya2.0编译后所有js都自动合并到bundle.js中,导致bundle.js过大,加载速度很慢,bundle.js可以拆分吗 [ 57%]

...s2017",                          /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */     "module": "commonjs",                     /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', ...

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

74. ide 2.4 layaair2-cmd 编译报错 [ 57%]

...  GameTowertest npm -v 6.11.3 ➜  GameTowertest gulp -v [14:22:19] CLI version 3.9.1 ➜  GameTowertest layaair2-cmd -v 1.4.6 ➜  GameTowertest layaair2-cmd compile [14:22:34] Working directory changed to /usr/local/lib/node_modules/layaair2-cmd [14:22:35] Using gulpfile ~/Documents/GameTowert...

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

75. 3d导入粒子效果报错 [ 52%]

...psd的地方删除了,不报错了 kaiqiw945 • 2018-03-28 14:57 "version":"LAYAMATERIAL:01", "props":{ "name":"MapGrid", "cull":2, "blend":0, "srcBlend":1, "dstBlend":0, "alphaTest":false, "d...

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

76. 升级到2.2.0Beta报错Uncaught TypeError: Class constructor Sprite cannot be invoked without 'new' [ 51%]

...engineType":0,"proType":1,"layaProType":300,"version":"2.0.0"},请问这样是否正确呢? kylin • 2019-09-25 14:41 @188*****784:如果编译和发布都没问题,就不需要关心这个问题,这个文件更不更新并不重要。(没有更...

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

77. StaticModel_MeshSample例子运行不起来 [ 50%]

...efined 个人环境: layaAIR   1.5.4beta nodejs    v7.2.0 tsc      version 2.0.10   采用TS开发,index.html配置如下<body> <!-- Protobuf --> <!--<script type="text/javascript" src="libs/bytebuffer.js"></script> <script type="text/javascript" src="libs/pr...

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

78. conch.config.getUsedMem() 安卓包中 定时运行报错 [ 46%]

... 03-22 13:52:03.832 15130-15218/com.xmvigor.shyxcs E/chromium: ### WebView Version 43.0.2357.121 (code 52357121) 2018-03-22 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 Devilsparta 相关问题 Layabox 2.0 bate5 运行编译之后 bund...

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

79. laya2.0用FlashDevelop调用编译,总是打开bin\h5\index.html [ 44%]

...题,每次打开的页面都是bin\h5\index.html .laya/launch.json:{ "version": "0.2.0", "configurations": [ { "name": "layaAir", "type": "chrome", "request": "launch", "file": "${workspaceRoot}/bin/index.html", "runtimeExecutable": "${execPath}", "useBuildInServer": true, "sourceMaps": false, "...

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

80. socket大型项目回调 [ 36%]

...'; private JS_WS_CLIENT_TYPE:string = 'js-websocket'; private JS_WS_CLIENT_VERSION:string = '0.0.5'; private RES_OK:number = 200; private RES_FAIL:number = 500; private RES_OLD_CLIENT:number = 501; private socket:Laya.Socket = null; private callbacks:any = {}; private handlers:any = {}; // Map from ...

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