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

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

1. 引擎插件版 game.js require 列表被篡改 [ 100%]

引擎插件版 game.js require 列表被篡改  game.js发布前 if ((typeof swan !== 'undefined') && (typeof swanGlobal !== 'undefined')) {    require("swan-game-adapter.js");     require("libs/laya.bdmini.js"); } else if (typeof wx!=="undefined") {          require("weap...

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

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

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

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

3. 如何使用vscode编译laya项目 [ 98%]

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

4. 深入理解LayaAir引擎架构和实现原理(二)项目调试原理及完美开发调试方案 [ 97%]

...\compile.js", "").replace("/.laya/compile.js", "") : "./../"; 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_社区 发布时间: 20200918

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

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

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

6. 如何在ts中调用node的系统库?如import fs = require('fs'), [ 96%]

如何在ts中调用node的系统库?如import fs = require('fs'), 编译器报错can't find module fs 2018-10-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 185*****637 赞同来自: 我想在laya中使用t...

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

7. 【经验分享】如何让ts项目支持装饰器语法,以及自动化发布相关的一些东西 [ 93%]

...饰器语法 }, } 但修改完配置编译的时候会报错:This syntax requires an imported helper but module 'tslib' cannot be found 开发群里有大神提供了一种解决办法: 右键 LayaAirIDE.app->显示包内容,定位到 Contents->Resources->app->node_modules->rol...

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

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

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

9. 在layaair2.3版本中报ReferenceError: require is not defined有没有什么办法解决呢? [ 93%]

在layaair2.3版本中报ReferenceError: require is not defined有没有什么办法解决呢?   附件 : --> 2021-01-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个回复被折叠 ...

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

10. ProtoBuf 其他消息类型怎么使用 [ 92%]

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

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