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

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

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

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

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

182. Uncaught RangeError:Array buffer allocation failed [ 81%]

Uncaught RangeError:Array buffer allocation failed 引擎版本2.1.0(升级到2.2.0beta4也会出现这个bug) 运行环境:华为手机,系统P10Plus; 浏览器:华为自动浏览器版本EMUI 9.1.0 demo由于公司原因无法提供,只有附件图片。   进入游戏后从登入场...

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

183. 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

184. Uncaught Can not find class Laya.Text [ 81%]

Uncaught Can not find class Laya.Text 版本 2.8.0显示 laya.core.js: Uncaught Can not find class Laya.Text  附件 : --> 2020-11-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 小小泽 จุ บ 赞同...

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

185. Uncaught Can not find class srcipt/game/Game_App.ts [ 81%]

Uncaught Can not find class srcipt/game/Game_App.ts 如题  类也注册了 但是 还是提示 Uncaught Can not find class srcipt/game/Game_App.ts  找不到这个类 , 这个脚本是我直接复制进来的,没有在编辑器里创建,难道这个编辑器不能容纳复制进来的脚...

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

186. new GlowFilter Uncaught TypeError: GlowFilter is not a constructor [ 81%]

new GlowFilter Uncaught TypeError: GlowFilter is not a constructor var glowFilter:GlowFilter = new GlowFilter("#ffff00", 10, 0, 0); 然后运行时报错 Uncaught TypeError: GlowFilter is not a constructor        有知道为啥的么 2017-02-17 添加评论 免费帖 --> 分享 微博 QZONE ...

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

187. 出错啦,请把此信息截图给研发商Uncaught typeError:cannot read property [ 80%]

出错啦,请把此信息截图给研发商Uncaught typeError:cannot read property 每次生成一次场景之后,再点击添加组件,就会出现这个问题 附件 : --> 2021-12-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...

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

188. Uncaught TypeError: Failed to execute 'dispatchEvent' on 'EventTarget [ 80%]

Uncaught TypeError: Failed to execute 'dispatchEvent' on 'EventTarget 升级1.7.0之后运行就会出现这个错误。   图集不能加载的问题,请顺便帮我检查下,谢谢 附件 : --> longCard.zip 2017-03-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关...

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

189. 3d项目-unity添加物理组件 layanative2 打包android平台 报错 btCollisionObject undefined [ 79%]

3d项目-unity添加物理组件 layanative2 打包android平台 报错 btCollisionObject undefined 3d项目-unity添加物理组件 layanative2 打包android平台 报错 btCollisionObject undefined环境 LayaAir IDE 2.0.0 beta2 3d示例项目 layanative2  -v v2.0.2   index.js 引用 web和小...

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

190. Cannot set property 'xxxxxx' of undefined 的问题 [ 79%]

Cannot set property 'xxxxxx' of undefined 的问题 派生类明明新增加的成员变量,访问的时候说没有定义。 SharkItOffData类派生于GameDataBase基类,ShareItOffController派生于UiControl的基类,UiControl里有public data :GameDataBase;变量。在ShareItOffController...

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