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

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

41. 发布微信小游戏后 this.preinitialize is not a function [ 93%]

发布微信小游戏后 this.preinitialize is not a function 在IDE里调试,一切正常,发布到微信小游戏后,报错this.preinitialize is not a function 2019-01-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...

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

42. 微信小游戏项目调试,出现window.focus is not a function [ 93%]

微信小游戏项目调试,出现window.focus is not a function layabox生成的小游戏示例,按照官网文档的步骤修改,调试出现window.focus is not a function。 附件 : --> 2018-01-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: ...

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

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

使用 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

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

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

45. 出错啦:Uncaught TypeError:TiledMap is not a function[ 93%]

出错啦:Uncaught TypeError:TiledMap is not a function?   附件 : --> 2016-05-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cuixueying 赞同来自:   js下,tileMap类是在libs/laya.plugins.js下...

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

46. 用微信开发者调试的时候出现document.createTextNode is not a function [ 93%]

用微信开发者调试的时候出现document.createTextNode is not a function 附件 : --> 2018-05-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 一点一滴 赞同来自: 这个需要提供一个重现问...

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

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

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

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

48. QQ玩一玩 ts 2.0.b5 扫码打开报错 ext.createVertexArrayOES is not a function [ 92%]

...QQ玩一玩 ts 2.0.b5 扫码打开报错 ext.createVertexArrayOES is not a function 定位错误 在Laya.webgl.js里4142行  请问什么情况下会出现此类错误, 在玩一玩官方提供的工具的运行良好, 打包上传扫码测试 就会报这个错误 附件 : --> 2018-12-24 添...

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

49. laya.core.js报错:value._addReference is not a function [ 92%]

laya.core.js报错:value._addReference is not a function 偶发性错误。 打开新场景时报错laya.core.js:15911 Uncaught (in promise) TypeError: value._addReference is not a function     at Texture.<anonymous> (laya.core.js:15911)     at Texture.__proto._onLoaded (laya.core.js:15...

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

50. 使用插件导出模型后,使用js加载ls文件,报错Laya.Scene.load is not a function [ 92%]

...导出模型后,使用js加载ls文件,报错Laya.Scene.load is not a function 我使用插件导出模型后,用官网的例子加载模型,报错Laya.Scene.load is not a function。 加载代码部分如下: Laya3D.init(1000, 800); Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stage...

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