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

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

221. LayaAir 2.0 微信排行榜 离屏画布不能直接附加到组件纹理上 [ 44%]

...的报错Uncaught ReferenceError: loadLib is not defined at index.js:11 at require (WAGameSubContext.js:3) at subcontext.html:11 开放域代码到底怎么发布到主域呢 Max.魚魚魚鱼魚魚 • 2019-02-16 10:11 楼主问题解决了吗?方便的话,能分享一下2.0制作排行榜的dem...

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

222. 微信小游戏IDE加载位图字体,提示错误 [ 44%]

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

223. layaAir TS项目如何引用protoBuf库? [ 44%]

...内容: package awesomepackage;   message AwesomeMessage {       required string awesomeField = 1;  }     放在laya/proto下面,proto这个文件夹没有请自己创建。   2、在bin下的index.html里的这个位置,看粗体部分,protobuf.js在项目里已经存在了,不...

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

224. 用npm的protobuf导出的ts代码。然后用import { } from "" 运行到这里没反应,不继续执行,也不报错。 [ 44%]

...不到protobufjs这个模块 2 导出的.js文件也报错var $protobuf = require("protobufjs/minimal");括号内的模块也是找不到     请问您那是怎么弄的?   2018-03-21 0 2 分享 微博 QZONE 微信 Monica - 知识达人 赞同来自: 可以参考下附件中的Demo TSimportRequ...

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

225. iOS 接入微信登录,配置了"Other Linker Flags"中加入"-Objc -all_load"后编译不通过 [ 43%]

...啊 ld: warning: ignoring file ../LayaRuntime-iOS/libs/libcurl.a, missing required architecture i386 in file ../LayaRuntime-iOS/libs/libcurl.a (2 slices) Undefined symbols for architecture i386: "_zip_file_set_external_attributes", referenced from: _zip_dir_add in libconch.a(zip_dir_add.o)...

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

226. mac laya 2.5beta ts示例工程 tsconfig.json tartget 改成es5 编译报错 [ 43%]

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

227. [LayaAir3]Laya3.x graphics.drawCurves 闪烁的问题 [ 42%]

...ength % 2 !== 0) { throw new Error("At least two points (four numbers) are required, and the total number of values must be even"); } this.points = points; } private static distance(x1: number, y1: number, x2: number, y2: number): number { let dx = x2-x1; let dy = y2-y1; return Math.sqrt(dx*dx+dy*dy...

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

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

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

229. laya2.8.0IDE工具中打安卓包(LayaNative版本相同),无法加载游戏启动页 [ 41%]

...com.layabox.run.*//LayaCache//appCache/da25d557/filetable.txt I/LayaBox:  require(/sdcard/layabox/scripts/config.js) I/LayaBox: found the file in the package:scripts/config.js I/LayaBox: JSRuntime::callMethod {} demo.J*ridge bgColor     JSRuntime::callMethod {} demo.J*ridge setFontColor I/LayaBox...

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

230. 自定义场景继承导出,会在自定义类中加入Laya.前缀导致layaMaxUI文件报错 [ 41%]

...ya前缀"]; }else{     prevTasks = ["替换Laya前缀"] }  const fs = require("fs");  function readFile(path) {     if (fs.existsSync(path)) {         return fs.readFileSync(path, "utf-8");     }     return null; } gulp.task('替换Laya前缀', function(){          ...

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