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

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

1. 真机调试 开启子域后 提示出现window is not defined [ 100%]

... 分享 微博 QZONE 微信 朝俊 赞同来自: game.js 入口文件里  require("/js/laya/weapp-adapter.js");要放在第一处 2018-12-27 0 4 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 徐飞 相关问题 TS项目使用matter.js库...

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

2. 使用protobuf的时候,require报错 [ 93%]

使用protobuf的时候,require报错 用工具生成自己的proto.js 之后,把他和库文件protobuf.js 放在一个目录下了。 proto.js里面,第一行代码就是:var $protobuf = require("protobuf");   运行的时候报错:require is not defined 请教各位大神,这个怎...

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

3. Laya2.0导入protobufjs第三方库,报错找不到文件 [ 88%]

...方库,报错找不到文件 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

4. ProtoBuf 其他消息类型怎么使用 [ 88%]

ProtoBuf 其他消息类型怎么使用 //网络包 message NetData{ required NetMessageHead head=1;//网络包头 required bytes body=2;//网络包体 } ///网络数据包结构头 message NetMessageHead { required int32 bMainID = 1; ///处理主类型 required int32 bAssistantID = 2;///辅助处...

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

5. 如何使用vscode编译laya项目 [ 87%]

...argv.split("=")[1].replace("/.laya/compile.js", ""); } } [/b] const gulp = require(ideModuleDir + "gulp"); const rollup = require(ideModuleDir + "rollup"); const typescript = require(ideModuleDir + 'rollup-plugin-typescript2');//typescript2 plugin const glsl = require(ideModuleDir + 'rollup-plugin-g...

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

6. matter.js引入文件在哪里?在工程没有找到 [ 87%]

matter.js引入文件在哪里?在工程没有找到 var Common = require('../core/Common'); var Composite = require('../body/Composite'); var Bounds = require('../geometry/Bounds'); var Events = require('../core/Events'); var Grid = require('../collision/Grid'); var Vector = require('../geometry...

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

7. 微信加载proto文件 [ 86%]

... 已邀请: 与内容相关的链接 提交 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

8. 微信小游戏运行异常! [ 85%]

... QZONE 微信 swordman 赞同来自:     game.js里面有 let matter = require("lib/matter.js"); window.Matter = matter; require("weapp-adapter.js"); require("code.js");   paopaolong.rar 2018-07-25 0 4 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 这个没问题呀,有matter 就有common...

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

9. proto as3 [ 84%]

...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

10. 协议打包byte出错 [ 84%]

协议打包byte出错 // message request_create{ //          required string name = 1; //角色名 //          required bytes career = 2; //角色职业 //          required bytes sex = 3; //角色性别 // }             if(Msg== null){            ...

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