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

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

161. laya3d的scene里边怎么能添加2d的显示对象? [ 52%]

...addChild源码 if (!((node instanceof laya.d3.core.Sprite3D ))) throw new Error("Sprite3D:Node type must Sprite3D."); 是不支持的,请问有其他方式么? 麟。 • 2018-09-12 18:44 我的目的是想2d的ui可以有3d的坐标系Transform3D FullyI • 2019-03-13 17:36 @麟。:...

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

162. 请问 2.x 提示 Laya.Templet is not a constructor 和 Laya.Skeleton is not a constructor 该如何处理 谢谢 [ 52%]

...我也new一个龙骨实例提示这个错误:   laya.core.js:22820 TypeError: Laya.Skeleton is not a constructor 2018-11-16 0 0 分享 微博 QZONE 微信 狄 赞同来自: 请问这个问题有解决吗 2018-11-30 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复...

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

163. socket通讯返回数据 [ 52%]

...t.on(Laya.Event.CLOSE, this, this.closeHandler); this.socket.on(Laya.Event.ERROR, this, this.errorHandler); // this.socket.send("hello world");//###################################################### } private openHandler(event: any = null): void { //正确建立连接; console.log("建立连接")...

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

164. 厘米秀(QQ玩一玩)的引擎里面无法使用 setTimeout/setInterval [ 51%]

...法时,会报未定义的错误。   evel=1, code=-1, info1=Execute JS Error![ReferenceError: Can't find variable: setTimeout]   2018-03-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 5 个回复 qian 赞同来自: 这...

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

165. Unity导出lh文件中包含"LineSprite3D"时,在使用时报错 [ 50%]

...在附件中, 加载使用lh文件时报错: laya.d3.js:30421 Uncaught Error: Utils3D:unidentified class type in (.lh) file.     at Function._createSprite3DInstance (laya.d3.js:30421)     at Function._createSprite3DInstance (laya.d3.js:30426)     at Function._createNodeByJson02 (laya.d3.js...

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

166. Laya2.6、2.7等支持async、await编译经验分享 [ 49%]

...打地鼠 AS、JS、TS版本 Demo! 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target Laya中的宏编译要怎么用啊 LayaBox IDE 支持多开吗 微信小程序—未找到入口 app.json 文件,或者文件读取失败,请检查后重新...

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

167. LayaNative2.0 Lable引发的crash bug(有demo) [ 48%]

...r::getTextBitmapData the buffersize is insufficient. E/LayaBox: JS onFrame error I/LayaBox: alert=出错啦,请把此信息截图给研发商     TypeError: Cannot read property 'data' of null     apploader.js:305:     TypeError: Cannot read property 'data' of null         pTextBitmap.da...

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

168. 1.7版本要初始化后有些代码才能用了 [ 47%]

...t"; var test = {}; test.text = new laya.display.Text(); // in this line is error , so you can't defined class before "Laya.init" Laya.init(800,600); //test.text = new laya.display.Text(); // in this line is right test.text.text = "dsafdsdsada"; test.text.color = "#ff0000"; Laya.stage.addChild(test.t...

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

169. layaNative2.0在android上crash报错 [ 46%]

...r::getTextBitmapData the buffersize is insufficient. E/LayaBox: JS onFrame error I/LayaBox: alert=出错啦,请把此信息截图给研发商     TypeError: Cannot read property 'data' of null     apploader.js:305:     TypeError: Cannot read property 'data' of null         pTextBitmap.da...

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

170. 【经验分享】如何让ts项目支持装饰器语法,以及自动化发布相关的一些东西 [ 46%]

... 文件:将该文件的 16065 行注释掉,注释后的代码如下: error(err, pos) { if (typeof err === 'string') err = { message: err }; if (pos) augmentCodeLocation(err, pos, curSource, id); err.id = id; err.hook = 'transform'; // return pluginContext.error(err); },该方法虽然可以解...

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