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

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

241. 升级到1.78beta版后,包编译错误 [ 83%]

...1.78beta版后,包编译错误 tsc      libs/LayaAir.d.ts(4252,38): error TS2694: Namespace 'laya.d3.core' has no exported member 'particle'. libs/LayaAir.d.ts(26700,11): error TS2417: Class static side 'typeof RenderTarget2D' incorrectly extends base class static side 'typeof Texture'.   Type...

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

242. TS项目编译报错‘inspector.d.ts' not found’ [ 83%]

...1/.laya/gulpfile.js [11:19:00] Starting 'default'... 出错了: TypeScript error: ../node_modules/@types/node/index.d.ts(34,22): Error TS6053: File '../node_modules/@types/node/inspector.d.ts' not found. 重装node.js 和 ts 都不行...求救~~ 2018-12-06 添加评论 免费帖 --> 分享 微...

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

243. LayaAir IDE如何设置调试浏览器路径? [ 82%]

...览器后,用浏览器调试出不来,调试控制台输出: Chrome error: Error: spawn C:/Program Files (x86)/Google/Chrome/Application/chrome.exe ENOENT 请问怎么查看LayaAir IDE的调试浏览器位置,手动设置Chrome的安装路径可以吗? 2017-04-05 添加评论 免费帖 -->...

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

244. laya.net.Socket [ 82%]

...子协议,连接才能建立成功,否则建立失败,派发 Event.ERROR 事件。 SocketPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By  Socket(host:String = null, port:int = 0, byteClass:Class = null) 创建新的 Socket 对象。默认字节序...

来源: laya_api 发布时间: 20170929

245. 官网主页提示错误 [ 82%]

...么不显示? TS项目使用matter.js库无智能提示 Ts 编辑提示error TS5023: Unknown option 'p' 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致...

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

246. 新建Laya2D空项目(TS),编译出错! [ 82%]

...t5\.laya\compile.js [15:32:44] Starting 'compile'... 出错了: TypeScript error: ../node_modules/@types/node/index.d.ts(37,22): Error TS6053: File '../node_modules/@types/node/inspector.d.ts' not found.   ----我是分割线--------------------------------------------------------- 然后我做了...

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

247. 网络请求添加headers后 post数据错误 [ 82%]

...ent.COMPLETE, this, this.onHttpRequestComplete); this.http.once(Laya.Event.ERROR, this, this.onHttpRequestError); this.http.send(url, 'chapterid=7125', 'post', 'json', headers); 正常示例// this.caller = caller; this.callbackHandler = callback; // this.errcallback = errcallback; //this.http.once(...

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

248. 小游戏怎么截图 [ 82%]

...s); callBack != null && callBack.runWith([1]); } }); } }); } catch(error:Error) { ErrorLog.I && ErrorLog.I.reportError("error:",error.stack+"--dinfo:" +JSON.stringify(MiniAdpter.systemInfo),null); } } } 2018-08-31 0 0 分享 微博 QZONE 微信 176*****233 赞同来自: var canvas= B...

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

249. 谷歌浏览器运行错误 [ 82%]

...话框 然后我设置chrome为以管理员运行结果变成这个错误 Error processing "launch": Error: spawn UNKNOWN at exports._errnoException (util.js:1022:11) at ChildProcess.spawn (internal/child_process.js:313:11) at Object.exports.spawn (child_process.js:399:9) at launch.then (d:\Programe...

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

250. laya.net.Socket [ 82%]

...子协议,连接才能建立成功,否则建立失败,派发 Event.ERROR 事件。 SocketPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By  Socket(host:String = null, port:int = 0, byteClass:Class = null, protocols:Array = null) 创建新的 Socket ...

来源: Laya2.0_api 发布时间: 20190513