大约有 1,758 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0062 秒)
Laya_社区(1080) Laya3.0_api(672) Laya2.0_文档(2) Laya_示例(1) Laya3.0_文档(1) Laya2.0_api(1) Laya2.0_示例(1)
...错误 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
...动生成的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
...下 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
...22 赞同来自: 已解决,Main.ts类 里面 屏蔽 window.alert = function (): void { }; 然后构建的时候资源路径用web发布出来的版本 2020-07-08 0 0 分享 微博 QZONE 微信 悟空 赞同来自: 大佬 问题解决了吗? 我这边也出现了这种问题 2020-06-22 ...
来源: Laya_社区 发布时间: 20200619
...建 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
...比如ConchJNI.RunJS("this.gameOver()") 都提示TypeError: xxxx is not a function, gameOver方法不是静态的,跟这个有关系吗?如果是怎么调,不是怎么调用呢 麻烦各位大佬解答一下 2018-08-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...
来源: Laya_社区 发布时间: 20180828
...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
...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
...把此信息截图给研发商 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
...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