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

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

2021. Android打包后运行报错 [ 65%]

...one.version/Main.max.js:16077: ReferenceError: CanvasRenderingContext2D is not defined to=to || CanvasRenderingContext2D.prototype;          ^^                                   ReferenceError: CanvasRenderingContext2D is not defined     at Function.Context.__init__ (http://...

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

2022. HTMLIframeElement报错 [ 65%]

...附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined ide 2.4 layaair2-cmd 编译报错 laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? 小...

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

2023. 屏幕截图后,出现模型穿透和透视bug! [ 65%]

...编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 求指点3d射线碰撞和UI点击穿透的问题 unity中的模型导出后在laya中显示不正常 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的...

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

2024. laya.physics.js:38 Uncaught Error [ 65%]

...编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: ...

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

2025. 构建andorid工程后,在AndoridStuido中模拟器调试运行出现如下问题,然后打不开APP [ 65%]

...编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 关于适配采...

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

2026. 在UI类里调用启动类的静态函数失败了 [ 65%]

...,我在这个类里调用GameMain.aaa();提示TypeError: GameMain.aaa is not a function 问题是我调用其他类的静态函数就没问题,请问这是什么?   /**Created by the LayaAirIDE*/ module view { export class GameInfo extends ui.GameInfoUI { constructor() { super(); this.kaishi_...

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

2027. Node.prototype._activeHierarchy存在的bug或者说是onEnable和onAwake的坑 [ 65%]

...ld=this._children[i];             (!child._getBit(/*laya.Const.NOT_ACTIVE*/0x01))&& (child._activeHierarchy(activeChangeScripts));         }         if (!this._getBit(/*laya.Const.AWAKED*/0x04)){             this._setBit(/*laya.Const.AWAKED*/0x04,true)...

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

2028. 使用es6里面的MAP 然后加断点后IDE 报错 [ 65%]

...加断点后IDE 报错     Error processing "variables": TypeError: Cannot read property 'length' of undefined at trimProperty (d:\Tools\LayaAirIDE_beta\resources\app\extensions\laya-debug\node_modules\vscode-chrome-debug-core\out\src\chrome\variables.js:137:18) at propertyPreviewToString (d:\Tool...

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

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

调用ui,new的时候出现Uncaught 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 Typ...

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

2030. 最新版LayaAir IDE 2.2.0beta4的几个问题 [ 65%]

...:43 DebugPanel不能打开:出现以下错误: ReferenceError: laya is not defined preload.js:55 at file:///E:/Laya/QPlane2/bin/libs/laya.debugtool.js:5:14 at file:///E:/Laya/QPlane2/bin/libs/laya.debugtool.js:9815:3 ReferenceError: laya is not defined laya.debugtool.js:5 at file:///E:/Laya/QPla...

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