大约有 178 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0044 秒)
...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
...我也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
...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
...法时,会报未定义的错误。 evel=1, code=-1, info1=Execute JS Error![ReferenceError: Can't find variable: setTimeout] 2018-03-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 5 个回复 qian 赞同来自: 这...
来源: Laya_社区 发布时间: 20180327
...在附件中, 加载使用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
...打地鼠 AS、JS、TS版本 Demo! 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target Laya中的宏编译要怎么用啊 LayaBox IDE 支持多开吗 微信小程序—未找到入口 app.json 文件,或者文件读取失败,请检查后重新...
来源: Laya_社区 发布时间: 20200705
...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
...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
...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
... 文件:将该文件的 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