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

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

181. Uncaught TypeError: Game.super is not a function [ 82%]

Uncaught TypeError: Game.super is not a function var Game = (function(_super){ function Game() { Game.super(this); } Laya.ClassUtils(Game,"Game",_super) return Game; })(ui.GameUI) 2017-10-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...

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

182. TypeError: Cannot set property 'pivotX' of null 打开弹窗UI时报错 [ 82%]

TypeError: Cannot set property 'pivotX' of null 打开弹窗UI时报错 附件 : --> 2020-01-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 159*****388 赞同来自: 请问问题解决了吗   2020-04-05 0 0 ...

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

183. Uncaught Error: IBQuadrangle count:16385 must<:16383 [ 82%]

Uncaught Error: IBQuadrangle count:16385 must&lt;:16383 我在帧循环中,添加了sprite了,然后destroy了. 一会儿就出现异常 Uncaught Error: IBQuadrangle count:16385 must&lt;:16383 然后,屏幕上所有图片都没了。 2017-01-07 添加评论 免费帖 --> 分享 微博 QZONE ...

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

184. 3D场景资源释放 [ 82%]

3D场景资源释放 根据官网技术文档里面LayaAir3D之资源释放做了一个实例,发现lm格式的资源无法被释放,报以下错误 Cannot read property 'removeResource' of null。 2017-09-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...

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

185. layadcc 热更新 启动app 报错 apploader.js:338: 急 [ 82%]

layadcc 热更新 启动app 报错 apploader.js:338: 急 apploader.js:338:     TypeError: Cannot read property 'length' of undefined             for (var i = 0; i &lt; text.length; i++) {                                      ^^                  TypeError: Cannot ...

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

186. 在渲染时会报_getSource为undefined [ 81%]

在渲染时会报_getSource为undefined - 不是必现 - 理论上来说uploadShaderUniforms函数在判断value为undefined则不会call _uniform_sampler2D了 - 苦恼,就是苦恼 附件 : --> 2021-11-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请:...

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

187. touches一直为undefined [ 81%]

touches一直为undefined Laya.stage.on(Laya.Event.MOUSE_DOWN, this, onCtrlMoveRockerTouchDown); ......   function onCtrlMoveRockerTouchDown(e) {     console.log("onCtrlMoveRockerTouchDown()");     var touches = e.touches;     if(touches) {     ...取出前两个touch进行计算     } }...

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

188. undefined preload.js:55 Error: "unknown animationClip version. : LAYAANIMATION:04 [ 81%]

undefined preload.js:55 Error: "unknown animationClip version. : LAYAANIMATION:04 正式版LayaIDE2.0.1从unity导出的3D动画animation,运行报这个错,试了Unity5.6.0和Unity2018和Unity插件2.0.1bate、2.0.0、2.0.2都不行,倒是unity插件2.0.1正式版没找到,去官网下2.0....

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

189. Uncaught TypeError: tex.once is not a function [ 81%]

UI相关问题 LayaAir引擎 Uncaught TypeError: tex.once is not a function 不知道有没有和我遇到一样的问题 附件 : --> 2018-05-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 Laya_Aaron 赞同...

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

190. Uncaught TypeError: e.getStackTrace is not a function [ 81%]

Uncaught TypeError: e.getStackTrace is not a function catch( e:Error ) {   ToolBase.Log( e.getStackTrace() ); // Uncaught TypeError: e.getStackTrace is not a function }    Uncaught TypeError: e.getStackTrace is not a function。请问这个后续会实现吗? 2017-01-19 添加评论 免费...

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