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

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

81. 调用ui,new的时候出现Uncaught TypeError: Cannot read property 'call' of undefined [ 89%]

... TypeError: Cannot read property 'call' of undefined 代码: var Test = (function(_surper){    function Test(){         Test.super(this);     };     Laya.class(Test, "Test", _surper);     return Test;      })(ui.TestUI);     报错Uncaught TypeError: Cannot read property 'call' of...

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

82. TypeError: Cannot read property '_byteLength' of null [ 89%]

...打出的APK 报apploader.js:4515 TypeError: addGlobalValueDefine is not a function TypeError: Laya.Browser.window.conch.setFontFaceFromBuffer is not a function Uncaught TypeError: Class constructor Component cannot be invoked without 'new' 关于graphics.drawTexture方法设置纹理报错TypeError...

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

83. unity导出插件报错 [ 89%]

....js:22458) at Sprite3D.__proto._parseCustomComponent (laya.d3.js:27313) at Function.Utils3D._createNodeByJson (laya.d3.js:15937) at Function.Utils3D._createNodeByJson (laya.d3.js:15945) at Sprite3D.__proto.onAsynLoaded (laya.d3.js:27847) at ResInfo.onLoaded (laya.core.js:13560) at EventHandler.__pro...

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

84. js飞机大战报错 请大神看看 [ 88%]

...l=null;          this.infoLabel=null; GameInfo.js: var GameInfo = (function (_super) {     function GameInfo() {         GameInfo.super(this);         // this.infoLabel.text = "abc"; 这个也报异常应该是找不到infoLabel         // 注册按钮点击事件 点击后暂...

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

85. 官方视频教程中飞机大战 "this.addChild is not a function" [ 88%]

官方视频教程中飞机大战 "this.addChild is not a function" IDE Layabox1.7.20.2 beta 版 src/Game.js//var WebGL = laya.webgl.WebGL; //Laya.init(480, 852, WebGL); var Game = (function(){ (function Game(){ Laya.init(480,852); this.bg = BackGround(); Laya.stage.addChild(this.bg); })(); })(); s...

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

86. 微信小游戏编译报错 [ 88%]

...11:56:05 WAGame.js:4 gameThirdScriptError document.createTextNode is not a function TypeError: document.createTextNode is not a function at u (http://127.0.0.1:23181/game/code.js:10:31792) at s (http://127.0.0.1:23181/game/code.js:10:31291) at n (http://127.0.0.1:23181/game/code.js:10:30084) at e.ex...

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

87. 3D文本纹理demo问题 [ 88%]

...维码真机调试也是如此。  TypeError: this.cxt.fillText is not a function             this.cxt.fillText(text, this.cav.width / 2, this.cav.height);                      ^^                                                    TypeError: this.cxt.fillT...

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

88. layaair2-cmd compile 一直报错loader.js:638 throw err; [ 88%]

...r;     ^ Err or: Cannot find module 'remove-trailing-separator'     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)     at Function.Module._load (internal/modules/cjs/loader.js:562:25)     at Module.require (internal/modules/cjs/loader.js:692:17)     at require ...

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

89. layacmd 报错 [ 88%]

... undefined at assertPath (path.js:7:11) at Object.join (path.js:1211:7) at Function.FileTools.getPath (/usr/lib/node_modules/layacmd/bin/ProjectExportTools/LayaAirCmdTool.max.js:24651:26) at Function.FileManager.getPath (/usr/lib/node_modules/layacmd/bin/ProjectExportTools/LayaAirCmdTool.max.js:2574...

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

90. 加载lh格式模型报错 [ 88%]

...决 TypeError: Cannot read property 'props' of undefined preload.js:55 at Function._getSprite3DHierarchyInnerUrls (file:///D:/LayaAirProjects/myFirstLaya/bin/libs/laya.d3.js:30804:26)   at Loader._onHierarchylhLoaded (file:///D:/LayaAirProjects/myFirstLaya/bin/libs/laya.d3.js:30899:17)   at EventH...

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