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

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

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

官方视频教程中飞机大战 "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

152. parameter 2 is not of type 'WebGLTexture'. [ 92%]

parameter 2 is not of type 'WebGLTexture'. 播放视频,PC端播放正常Chrome F12手机模式调试播放报laya.core.js:906 Uncaught TypeError: Failed to execute 'bindTexture' on 'WebGL2RenderingContext': parameter 2 is not of type 'WebGLTexture'. 代码如下:// 创建video对象 let videoE...

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

153. 开发数据域报错wx.getFileSystemManager is not a function [ 92%]

开发数据域报错wx.getFileSystemManager is not a function 开放数据域报错   就官方的例子   没啥改动 导入的资源如下(没有漏吧)      报错如下 也有人遇到这个bug ------------1------------  在做微信小游戏排行榜提示wx.getFileSystemManager is n...

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

154. 发布到微信报错:Uncaught ReferenceError: Laya is not defined at laya.wxmini.js:1345 [ 92%]

发布到微信报错:Uncaught ReferenceError: Laya is not defined at laya.wxmini.js:1345   附件 : --> 2019-08-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个回复被折叠 要...

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

155. undefined is not an object是什么错误。。。 [ 92%]

undefined is not an object是什么错误。。。 在真机(iphone x)微信7.0.1下会出现这样的错误,但只有一部机器会出现,一但出现就是百分百重现。  gameThirdScriptError undefined is not an object;at requestAnimationFrame callback function undefined 2019-01-08 ...

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

156. laya.core.js报错:clas is not a constructor,有大佬知道是什么原因导致的吗? [ 92%]

laya.core.js报错:clas is not a constructor,有大佬知道是什么原因导致的吗? 2019-08-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个回复被折叠 要回复问题请...

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

157. 微信小游戏调试报错window is not defined [ 92%]

微信小游戏调试报错window is not defined 使用官方的2D项目发布为微信小游戏后,扫码预览和真机调试,在game.js中都会报错: gameThirdScriptError Uncaught ReferenceError: window is not defined ReferenceError: window is not defined at https://servicewechat.qq.com/...

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

158. 使用laya2.11.0新建3D示例项目并输出APK运行的时候提示: window.conch.setGetWorldTransformFunction is not a function [ 92%]

...输出APK运行的时候提示: window.conch.setGetWorldTransformFunction is not a function 使用laya2.11.0新建3D示例项目并输出APK运行的时候提示: window.conch.setGetWorldTransformFunction is not a function 我们之前使用2.1.0版本的导出apk没有这个问题,社区和官网...

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

159. ReferenceError: Loader is not defined 搞不懂引擎原生的也会报这个错? [ 92%]

ReferenceError: Loader is not defined 搞不懂引擎原生的也会报这个错? onEnable() { //戏控制脚本引用,避免每次获取组件带来不必要的性能开销 thi   s._loveControl = this.getComponent(LoveControl);  //点击提示文字,开始游戏 this.label_start.on(Laya.Ev...

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

160. 使用 Tween.to 方法报错 handler.run is not a function [ 92%]

使用 Tween.to 方法报错 handler.run is not a function 使用 Tween.to 方法报错 handler.run is not a function Tween.to(ape, { x: moveObj.x, y:moveObj.y }, 1000,Ease["circIn"],function(){ alert(1) },0,false,true); 2017-02-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...

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