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

大约有 2,625 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0097 秒)

341. 场景进行destroy销毁后,再次加载同一场景,就会报错 [ 64%]

场景进行destroy销毁后,再次加载同一场景,就会报错 laya.core.js:13721 at Scene3D.__proto._activeHierarchy (file:///D:/H5/bin/libs/laya.core.js:13721:28)   at Scene3D.__proto._onAdded (file:///D:/H5/bin/libs/laya.core.js:13770:58)   at Scene3D.__proto._setParent (file:///D:/H5/...

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

342. ide2.6.0beta编译报错:This syntax requires an imported helper but module 'tslib' cannot be found [ 63%]

ide2.6.0beta编译报错:This syntax requires an imported helper but module 'tslib' cannot be found 环境win10 layaboxide 2.6.0 beta 已经全局安装typescript,命令行 tsc -v,输出Version 3.8.3 nodejs 12.16.1 编译报错: semantic error TS2354: [31mThis syntax requires an imported he...

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

343. Laya+Matter导出wx小程序碰到的问题 [ 63%]

Laya+Matter导出wx小程序碰到的问题 layaair版本:1.7.19.1beta 环境:Win7 x64  laya + matter.js 项目类型:ts/js   问题描述: 1、layaair创建ts或者js项目,集成matter库(用官方给的matter.js替换,主要差别是将Matter名字空间导入到了window域,...

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

344. ide升级到LayaAirIDE_1.7.0_beta 后启动调试器报错 [ 63%]

ide升级到LayaAirIDE_1.7.0_beta 后启动调试器报错 Error processing "evaluate": TypeError: Cannot read property 'api' of undefined at ChromeConnection.get api [as api] (d:\LayaAirIDE_1.7.0_beta\resources\app\extensions\laya-debug\node_modules\vscode-chrome-debug-core\out\src\chrome\chromeCo...

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

345. 自定义组件 GraphicAnimation 报错 [ 63%]

自定义组件 GraphicAnimation 报错 自定义组件 GraphicAnimation 报错 Property 'GraphicAnimation' does not exist on type 'typeof display' 详细看图片 附件 : --> 2018-10-18 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...

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

346. layaair2-cmd在mac电脑上执行报错解决:env: node\r: No such file or directory [ 63%]

layaair2-cmd在mac电脑上执行报错解决:env: node\r: No such file or directory 把执行文件的文件格式从CLRF改为LF:   具体是把layaair2-cmd.js的文件格式改变 2020-07-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容...

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

347. [LayaAirIDE3]tiled map editor的tmx导入失败 [ 63%]

...败 报错提示import tiles/未命名.tmx failed! TypeError: Cannot read properties of null (reading 'cell') 附件是我的tiled工程 tiled版本1.11.2,laya版本3.3.5 附件 : --> test.zip 2025-12-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...

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

348. Laya2.0导入protobufjs第三方库,报错找不到文件 [ 63%]

Laya2.0导入protobufjs第三方库,报错找不到文件 Laya2.0 在Main.ts里:import protoAll = require("../libs/protoAll"); var pCls = protoAll.com.bee.protobuf.ClimbingTowerInfoProto; var p: protoAll.com.bee.protobuf.ClimbingTowerInfoProto = pCls.create(); p.curId = 10; p.isSecondPass = tru...

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

349. XMLHttpRequest cannot load [ 63%]

XMLHttpRequest cannot load 我是一个新手。 在按照教学视频进行尝试时,使用IDE运行没问题,但是使用Flash Develop调用谷歌浏览器运行时,显示不出图片。。。应该是资源加载时出了问题?求教 firstGame.max.js:9742 XMLHttpRequest cannot load file...

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

350. 播放音效时报错Failed to set the 'buffer' property on 'AudioBufferSourceNode'的问题 [ 63%]

播放音效时报错Failed to set the 'buffer' property on 'AudioBufferSourceNode'的问题 __proto._tryClearBuffer=function(sourceNode){ // if (!Browser.onMac){ // try{ // sourceNode.buffer=null; // }catch (e){ // WebAudioSoundChannel._tryCleanFailed=true; // } // return; // } try {sourceNode.buf...

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