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

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

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. 关于laya导入require.js的问题 [ 97%]

关于laya导入require.js的问题 由于laya的引擎库不是按照AMD模块格式写的,在引用时要特殊设置 require.config({ shim: {  "jquery.form" : ["jquery"] } }) 这里就需要知道要导入库的依赖关系,然而laya的引擎库的依赖关系我们不是很清楚,这个...

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

3. JS中require关键字找不到定义 [ 96%]

JS中require关键字找不到定义 在JS中编写:var game_config = require("./game_config.js"); 编译通过,但是运行时报错:require is not defined! 求解答! 2019-09-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...

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

4. 使用protobuf的时候,require报错 [ 96%]

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

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

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

...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. LayaIDE运行正常,微信开发者工具加载FairyGUI官方库文件报错 [ 95%]

...版本:1.02.1801081)编译就报错了。 这是game.js中的内容:require("./weapp-adapter.js"); require("./libs/min/laya.core.min.js"); require("./libs/min/laya.wxmini.min.js"); require("./libs/min/laya.webgl.min.js"); require("./libs/min/laya.ui.min.js"); require("./libs/rawinflate/rawinfl...

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

7. require现在还不支持吗? [ 94%]

require现在还不支持吗? 为什么现在还没有require啊?好多第三方库需要 2019-09-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个回复被折叠 要回复问题请...

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

8. 真机环境找不到window---cant find variable: window stack [ 94%]

...of swan !== 'undefined') && (typeof swanGlobal !== 'undefined')) { require("swan-game-adapter.js"); require("libs/laya.bdmini.js"); } else if (typeof wx !== 'undefined') { require("weapp-adapter.js"); require("libs/laya.wxmini.js"); } window.loadLib = require; require("index.js"); 2019-01-08...

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

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

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

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

10. 在laya引擎下怎么使用require的动态加载模块? [ 94%]

在laya引擎下怎么使用require的动态加载模块? 不要说用原生的 JS原生没有啊,能不能给个例子啊 文档也不说。 2018-01-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 qian 赞...

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