大约有 247 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0039 秒)
... 已邀请: 与内容相关的链接 提交 3 个回复 qian 赞同来自: require("weapp-adapter.js"); require("./bytebuffer.js") window.ProtoBuf = require("./protobuf.js") require("./code.js"); game.js 里面这样引入试试。 2018-03-13 0 1 分享 微博 QZONE 微信 xiongxin11 赞同来自: ...
来源: Laya_社区 发布时间: 20180313
...不会生成code.js? 1.勾选了红框的话,生成的game.js会是 require("weapp-adapter.js"); require("./code.js"); 不勾选的话,生成的game.js会是 require("weapp-adapter.js"); require("libs/laya.wxmini.js"); window.loadLib = require; require("index.js") 引用了code.js,不生...
来源: Laya_社区 发布时间: 20180923
...微信小游戏实时调试的问题 现在微信小游戏工程中game.js require了code.js,而微信小游戏的编译不会生成code.js,也就是编译了,看不了实时的效果,需要发布才行,发布会重新生成code.js。请问怎么样才可以实时调试啊,是有什么...
来源: Laya_社区 发布时间: 20180604
...ow.Parser,按照我能搜到的代码,你们的建议是 window.Parser=require('./domparser.js'); 但是, 我下载的laya库文件中只有 domparserinone.js如果 window.Parser=require('./domparserinone.js')会导致报错WAGame.js:3 gameThirdScriptErrorSaxO is not definedReferenceError: Sa...
来源: Laya_社区 发布时间: 20180516
...饰器语法 }, } 但修改完配置编译的时候会报错:This syntax requires an imported helper but module 'tslib' cannot be found 开发群里有大神提供了一种解决办法: 右键 LayaAirIDE.app->显示包内容,定位到 Contents->Resources->app->node_modules->rol...
来源: Laya_社区 发布时间: 20201223
嵌套类型的protobuf报错 message LoginResult { required int32 result = 1; optional string authToken = 2; repeated ServerInfo serverList = 3; optional int32 platformErrorCode = 4; optional string par1 = 5; optional string par2 = 6; optional string recommendedUId = 7; } message Ser...
来源: Laya_社区 发布时间: 20170118
...odule.srcHTMLImageElementJs (swan-game-adapter.js:1547) at __webpack_require__ (swan-game-adapter.js:26) at Module.srcImageJs (swan-game-adapter.js:1697) at __webpack_require__ (swan-game-adapter.js:26) at Module.srcWindowJs (swan-game-adapter.js:3851) at __webpack_requ...
来源: Laya_社区 发布时间: 20190409
... 我们离项目工程化,自动化又更近了一步。 const gulp = require('gulp'); const connect = require('gulp-connect'); const { exec } = require("child_process"); //源码 const entry = 'src/**/*.*'; function compile() { //执行编译命令 layaair2-cmd compile let process = exec("layaa...
来源: Laya_社区 发布时间: 20200908
...方库,报错找不到文件 Laya2.0 在Main.ts里:import protoAll = require("../libs/protoAll"); var pCls = protoAll.com.bee.protobuf.ClimbingTowerInfoProto; var p: protoAll.com.bee.protobuf.ClimbingTowerInfoProto = pCls.create(); p.curId = 10; p.isSecondPass = true; 用了第三方库protob...
来源: Laya_社区 发布时间: 20190228
...message s_11004_c { repeated objinfo info = 1; } message objinfo { required int32 id = 1; required int32 type = 2; repeated coordinates xy = 3; } message coordinates { required string x = 1; required string y = 2; } 有以下错误提示 Invalid wire type: 7 Invalid wire type: 4I...
来源: Laya_社区 发布时间: 20170306