大约有 3,652 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0072 秒)
Laya_社区(3551) Laya2.0_文档(31) Laya3.0_文档(17) Laya3.0_api(12) Laya2.0_示例(12) Laya_示例(11) laya_api(9) Laya2.0_api(9)
...法时,会报未定义的错误。 evel=1, code=-1, info1=Execute JS Error![ReferenceError: Can't find variable: setTimeout] 2018-03-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 5 个回复 qian 赞同来自: 这...
来源: Laya_社区 发布时间: 20180327
...错: internal/child_process.js:323 throw errnoException(err, 'spawn'); ^ Error: spawn EACCES at _errnoException (util.js:1022:11) at ChildProcess.spawn (internal/child_process.js:323:11) at exports.spawn (child_process.js:502:9) at Object.<anonymous> (/usr/local/lib/node_modules/layaair-cmd/...
来源: Laya_社区 发布时间: 20180514
... game4d • 2017-11-30 11:04 资源加载失败了补救的机制有吧, error能捕获哪个图加载失败,但这时候页面都已经创建完事了, 最好能够获得引用资源的对象,
来源: Laya_社区 发布时间: 20171130
...game.com/server/10000 10-14 16:16:53.101 24472-24556/? W/LayaBox: download error: timeout, dt=8,opttimeout=1798 10-14 16:16:53.101 24472-24591/? I/LayaBox: Sat Oct 14 2017 16:16:52 GMT+0800 (CST) --- http[https://hzzr1.bizgame.com/server] 10000(用户-登录验证-token登录), -2(系统-http错...
来源: Laya_社区 发布时间: 20171016
...ress); hr.once(Event.COMPLETE, this, onHttpRequestComplete); hr.once(Event.ERROR, this, onHttpRequestError); hr.send('http://111.73.45.19/index.php/Tgy/tgyPost', 'username=c11111&password=888888', 'post', 'text'); } function onHttpRequestError(e) { console.log(e); } function onHttpRequestProgres...
来源: Laya_社区 发布时间: 20170215
...Event.CLOSE, this, closeHandler); //关闭事件 this.socket.on(Laya.Event.ERROR, this, errorHandler); //连接出错 function openHandler(event){ //正确建立连接 this.socket.send('foo','OOOO'); } function receiveHandler(msg){ console.log(event); //接收到数据触发函数 // socket.emit('lo...
来源: Laya_社区 发布时间: 20181107
这个怎么办 laya.core.js:16463 Uncaught TypeError: Cannot read property '_tf' of null 请问这个什么意思? 怎么办呢? 好像跟这个有关系? Laya.Utils.fitDOMElementInArea laya.core.js:16463 Uncaught TypeError: Cannot read property '_tf' of null at Sprite.fromImage (laya....
来源: Laya_社区 发布时间: 20181018
...辑器工具? TS项目使用matter.js库无智能提示 Ts 编辑提示error TS5023: Unknown option 'p' 如何通过命令行工具构建和发布项目 用了第三方socket类 项目在IDE上可以连接正常运行,为什么打包APK之后在手机上就连接不上socket laya2的Scene默认...
来源: Laya_社区 发布时间: 20181206
...pine动画转换失败,加载错误:导出二进制数据出错:writeUint8 error - Out of range261, 有谁知道什么原因导致的吗? 怎样解决? 多application打包laya获取资源失败导致闪退 laya微信小游戏加载外部素材失败 急急急 问题状态 最新活动: 2018-03-31 2...
来源: Laya_社区 发布时间: 20180331
...ED, () => { video.muted = true; this.playVideo(); }); hls.on(HLS.Events.ERROR, (event, data) => { console.log("HLS加载失败"); }); hlsxx = hls;//方便销毁用hlsxx.destroy(); }else if(videoTexture.canPlayType("m3u8")){ this.playVideo(); videoTexture.element.pause(); videoTexture.element.s...
来源: Laya_社区 发布时间: 20250908