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

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

21. touches一直为undefined [ 97%]

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

22. "Cannot read property '0' of undefined" protobuf.js [ 97%]

"Cannot read property '0' of undefined" protobuf.js 使用protobuf 会提示一次这个异常,第二次运行就没问题了   附件 : --> 2018-03-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron...

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

23. JS 成员变量 undefined [ 97%]

JS 成员变量 undefined 附件 : --> 2018-01-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 qian 赞同来自: 可以发一个可以重现的demo么  你描述的不是很懂 2018-01-10 0 2 分享 微博 QZ...

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

24. Uncaught TypeError: Cannot read property 'XXX' of undefined [ 97%]

Uncaught TypeError: Cannot read property 'XXX' of undefined private var spe:Sprite; private function showApe():void {             spe = new Sprite();             spe.mouseEnabled = true;             spe.x = 100;             spe.y = 100;             spe.w...

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

25. TypeError: Cannot read property 'View' of undefined [ 97%]

TypeError: Cannot read property 'View' of undefined 做微信飞机大战时报这个 2017-02-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来自: 给出完整的错误提示,或提供一个...

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

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

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

27. Uncaught TypeError: Cannot read property 'LayaMotionState' of undefined [ 97%]

Uncaught TypeError: Cannot read property 'LayaMotionState' of undefined Laya2.0引擎,MeshSprite3D加组件Laya.Rigidbody3D报错 附件 : --> 2018-09-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复   赞...

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

28. 在渲染时会报_getSource为undefined [ 96%]

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

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

29. Cannot read property 'call' of undefined [ 96%]

Cannot read property 'call' of undefined 当我新建GameScene并添加到舞台时,抛出了异常,求助该怎么解决   详细日志: "TypeError: Cannot read property 'call' of undefined    at Function.<anonymous> (file:///Users/moos/Company/Emerson-AirWar/EmersonGame/bin/libs/la...

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

30. TypeError: Cannot set property 'material' of undefined [ 96%]

TypeError: Cannot set property 'material' of undefined this.unit3D = Laya.Loader.getRes("Unity/Unit.lh") as Laya.MeshSprite3D; this.scene3D.addChild(this.unit3D);         this.unit3D.transform.localScale = new Laya.Vector3(1, 1, 1); this.unit3D.transform.translate(new Laya.Vector3(0, 0, 0))...

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