大约有 120 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0052 秒)
...laya11/Tank/src/script/Bullet.ts(4,29): semantic error TS2354: This syntax requires an imported helper but module 'tslib' cannot be found. at error (/Applications/LayaAirIDE_beta.app/Contents/Resources/app/node_modules/rollup/dist/rollup.js:9402:30) at Object.error (/Applications/LayaAirIDE_beta.app...
来源: Laya_社区 发布时间: 20200311
...方库,报错找不到文件 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; 用了第三方库prot...
来源: Laya_社区 发布时间: 20190227
...oto: conf_game, _callBack: null, _proxy: Proxy, _data: null…} TypeError: require is not a function at Object.ProtoBuf.Util.Util.fetch (file:///D:/workspace_laya/car_h5_nonet/bin/h5/protobuf.js:354:26) at Object.ProtoBuf.loadProtoFile (file:///D:/workspace_laya/car_h5_nonet/bin/h5/protobuf.js:5150:...
来源: Laya_社区 发布时间: 20170117
...s/@types/node/base.d.ts' not found. ide2.6.0beta编译报错:This syntax requires an imported helper but module 'tslib' cannot be found Swift中接入其他都正常,但是在你们的conchConfig中,报错'string' file not found fatal error: 'string' file not found 2.0动效模板,报错 can...
来源: Laya_社区 发布时间: 20190312
...183*****291 赞同来自: 我解决了,在引入js后 window.Parser = require("./js/dom_parser"); 在core.js中 /** *资源加载完成的处理函数。 *@param data 数据。 */ __proto.onLoaded=function(data){ 在 var bFont=new BitmapFont(); bFont.parseFont(this._data,d...
来源: Laya_社区 发布时间: 20180306
...t;>after I/LayaBox: found the file in the package:app.json I/LayaBox: require(/sdcard/layabox/scripts/scripts/index.js) I/LayaBox: require(/sdcard/layabox/scripts/index.js) I/LayaBox: found the file in the package:scripts/index.js I/LayaBox: =================================================...
来源: Laya_社区 发布时间: 20171218
...lsParamSize: unknow param 0x00008256 07-04 20:55:27.510: W/cr_media(7884): Requires BLUETOOTH permission 07-04 20:55:27.542: I/cr_DRP(7884): No DRP key due to exception:java.lang.ClassNotFoundException: com.android.webview.chromium.Drp 07-04 20:55:27.587: W/cr_AwContents(7884): onDetachedFromWindow ...
来源: Laya_社区 发布时间: 20190704
...析器 解决方案 下载xml解析库,引入方式: 1 window.Parser = require("./js/dom_parser"); 和此库相同的还有 xmldom库:https://github.com/jindw/xmldom 需要在相应的文件目录下面放置 需要配合的有 微信小游戏fnt 最后要远程加载laya官网介绍的位图...
来源: Laya_社区 发布时间: 20180928
...用LayaIDE来创建项目,因为要使用LayaAir引擎的库文件。 ## requirejs 从requirejs官方下载库文件,目前的最新版本是2.3.4,这是下载链接[http://requirejs.org/docs/rele ... re.js][lib]。把下载的库文件放入`./bin`目录,并且在index.html增加文件引...
来源: Laya_社区 发布时间: 20170817
...ort xx from "xx"的方式,所有IDE内置cjs模块都可以通过IEditor.require或者IEditorEnv.require去引用。 //可以通过import导入node内置模块 import fs from "fs"; import path from "path"; //也可以通过require const fs = IEditor.require("fs"); const sharp = IEditor.require("sh...
来源: Laya3.0_文档 发布时间: 20241014