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

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

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

12. Laya ts版,使用jasmine进行单元测试 [ 91%]

...ons.test.tsx/// <reference path="../src/Functions.ts" /> import fs = require('fs'); import vm = require('vm'); let path = __dirname + "/../bin/js/Functions.js"; let code = fs.readFileSync(path, {encoding:'utf8'}); vm.runInThisContext(code); describe('Functions', function() { it('hello', functi...

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

13. 微信小游戏实时调试的问题 [ 90%]

...微信小游戏实时调试的问题 现在微信小游戏工程中game.js require了code.js,而微信小游戏的编译不会生成code.js,也就是编译了,看不了实时的效果,需要发布才行,发布会重新生成code.js。请问怎么样才可以实时调试啊,是有什么...

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

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

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

15. ts中调用js报错 [ 90%]

ts中调用js报错 如图所示,我调用require方法,它就报错了。 附件 : --> 2018-10-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来自: LayaIDE1.x版本,还不支持require...

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

16. laya的ide如何import js并调用里面的类和方法?VS Code正常。 [ 90%]

...差异,下面这行<script type="text/javascript" src="node_modules/requirejs/require.js"></script>  ,而vscode里可以注释掉,还是正常。   用VS Code测试: 运行后一切正常: 而layaAir IDE,如果注释掉这一行,就一片空白,不会输出任何东西...

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

17. 微信加载proto文件 [ 90%]

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

18. proto as3 [ 89%]

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

19. VSCODE高效再+1,自动刷新 [ 88%]

... 我们离项目工程化,自动化又更近了一步。  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

20. 嵌套类型的protobuf报错 [ 87%]

嵌套类型的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