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

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

81. laya的ide如何import js并调用里面的类和方法?VS Code正常。 [ 73%]

..."></script> 而加上这一行,运行后就会报下面的错:Error: Mismatched anonymous define() module: function (require, exports) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const t = require("./test/TestExportClass"); // 程序入口 class GameMa...

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

82. LayaAirIDE2.6.0beta版编译报内存不足 [ 73%]

... Laya中的宏编译要怎么用啊 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 微信小程序—未找到入口 app.json 文件,...

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

83. socket与node服务端连不上?按照官方案例 [ 73%]

...socket.on(Laya.Event.CLOSE, this, closeHandler); this.socket.on(Laya.Event.ERROR, this, errorHandler); function openHandler(event){ //正确建立连接; console.log("链接"); } function receiveHandler(msg){ ///接收到数据触发函数 console.log("接受"); } function closeHandler(e){ //关...

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

84. 使用鼠标交互的时候提示错误 [ 73%]

...position或者scale 微信小游戏如何使用ttf字体? Ts 编辑提示error TS5023: Unknown option 'p' 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. LayaAirIDE下如何使用mask? 编译调试启动chrome出现错误: Error processing launch: Error Could not at...

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

85. 2.2.0beta2发布vivo小游戏报错:Can not find scene:main/MainScene.scene [ 73%]

....0beta2发布vivo小游戏报错:Can not find scene:main/MainScene.scene ERROR: Uncaught Can not find scene:main/MainScene.scene, location: /data/data/com.vivo.hybrid/app_resource/com.martian.fkltxxl.vivominigame/libs/laya.core.js:0:0   报错信息截图: file:///C:/Users/user/Documents/Tencen...

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

86. parameter 2 is not of type 'WebGLTexture'. [ 72%]

...正常Chrome F12手机模式调试播放报laya.core.js:906 Uncaught TypeError: Failed to execute 'bindTexture' on 'WebGL2RenderingContext': parameter 2 is not of type 'WebGLTexture'. 代码如下:// 创建video对象 let videoElement = new Laya.Video(); videoElement.x = 0; videoElement.y = 0; vid...

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

87. 微信小游戏发布问题 [ 72%]

...rn binding.open(pathModule._makeLong(path), stringToFlags(flags), mode); ^ Error: ENOENT: no such file or directory, open 'E:\Laya\Projects_Laya Air\TestWXgame\release\layaweb\v1.0.0\js\ui\ControlView.js' at Object.fs.openSync (fs.js:558:18) at Object.module.(anonymous function) [as openSync] (ELECT...

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

88. layaair2-cmd安装报错 [ 72%]

...\layaair2-cmd internal/modules/cj s/loader.js:638     throw err;     ^ Error: Cannot find module 'C:\Users\Administrator\AppData\Roaming\npm\node_modules\layaair2-cmd\node_modules\gulp-babel'     at Function.Module._load (internal/modules/cjs/loader.js:562:25)     at Module.require (internal...

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

89. layacmd atlas报错 [ 72%]

... atlas internal/child_process.js:319 throw errnoException(err, 'spawn'); ^ Error: spawn EACCES at exports._errnoException (util.js:1020:11) at ChildProcess.spawn (internal/child_process.js:319:11) at exports.spawn (child_process.js:369:9) at Object.<anonymous> (/usr/local/lib/node_modules/laya...

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

90. 关于as的XmlDom的warning [ 72%]

...ng是什么 Warning!,this class[MiniAdpter] already exist: Object {init: } Error or warning message:LayaUISample.max.js 安卓native有个warning,确认一下,谢谢 Warning!,this class[MiniAdpter] already exist: Object {} LayaAir3D Warning : MyWater must config in CustomShaderConfig File. XmlDom...

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