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

大约有 1,758 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0062 秒)

301. 1.7.9LayaIDE 发布出现Cannot find module 'colors'错误 [ 68%]

...错误   module.js:472 throw err; ^ Error: Cannot find module 'colors' at Function.Module._resolveFilename (module.js:470:15) at Function.Module._load (module.js:418:25) at Module.require (module.js:498:17) at require (internal/module.js:20:19) at Object.<anonymous> (/private/var/folders/g5/h...

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

302. 报错:LayaAir not allow import flash.events.EventDispatcher? [ 68%]

...动生成的ui代码报错 导微信小程序报错window.focus is not a function 2.2.0beta4,微信上动态合批报错. 自定义场景类导出layaMaxUI.ts有前缀导致报错 问题状态 最新活动: 2016-12-22 12:01 浏览: 1994 关注: 2 人 Laya_XS • 2016-12-22 23:36 flash的类在layaai...

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

303. httpRequest send返回Request failed Status:0 [ 68%]

...下 var WebGL = Laya.WebGL; // 程序入口 var GameMain = /** @class */ (function () { function GameMain() { //初始化引擎 Laya.init(1136, 640); for (var i = 0; i < 4; i++) { var sp = new Laya.Sprite(); var xhr = new Laya.HttpRequest(); var url = "http://thirdqq.qlogo.cn/g%3Fb% ... 3B%3B xhr...

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

304. xcode打包H5报错exports [ 68%]

...22 赞同来自: 已解决,Main.ts类 里面  屏蔽  window.alert = function (): void { }; 然后构建的时候资源路径用web发布出来的版本 2020-07-08 0 0 分享 微博 QZONE 微信 悟空 赞同来自: 大佬 问题解决了吗? 我这边也出现了这种问题 2020-06-22 ...

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

305. laya.d3.core.render.ScreenTriangle_API3.0 [ 68%]

...建 Parameters url: string Returns boolean off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删...

来源: Laya3.0_api 发布时间: 20231102

306. ConchJNI.RunJS使用方法 [ 68%]

...比如ConchJNI.RunJS("this.gameOver()") 都提示TypeError: xxxx is not a function, gameOver方法不是静态的,跟这个有关系吗?如果是怎么调,不是怎么调用呢   麻烦各位大佬解答一下 2018-08-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...

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

307. Maximum call stack size exceeded [ 68%]

...ew Scene (laya.core.js:23721)     at new GameMain (bundle.js:6)     at Function.getCompInstance (laya.core.js:21214)     at Function.createComp (laya.core.js:21081)     at Function.createComp (laya.core.js:21111)     at Function.createByData (laya.core.js:21034)     at GameMain.createVie...

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

308. macOS系统运行layaair-cmd resourceVersion报错 [ 68%]

...load (module.js:565:32)     at tryModuleLoad (module.js:505:12)     at Function.Module._load (module.js:497:3)     at Function.Module.runMain (module.js:693:10)   请问这个怎么解决,谢谢。 2018-05-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...

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

309. LAYA IDE 设置语言包路径后卡死 [ 68%]

...把此信息截图给研发商 Uncaught TypeError: text.replace is not a function TypeError: text.replace is not a function     at Input.__proto.parseLines (file:///D:/LayaAirIDE/resources/app/out/vs/layaEditor/h5/laya.js:60001:19)     at Input.__proto.typeset (file:///D:/LayaAirIDE/resources/...

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

310. Laya api 中可能的bug [官方来看] [ 68%]

...wGridList顺序,这样在调整zorder时是调整不到的__proto.render=function(context,x,y){ var childs=this._childs; this._childs=this._showGridList; _super.prototype.render.call(this,context,x,y); this._childs=childs; }2.core中Sprite的zorder的set方法中 有一行代码有疑似bug,麻...

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