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

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

41. out.writeShort is not a function [ 89%]

...); out.writeShort(0);  out.writeByte(0); out.writeInt(10011);   Uncaught TypeError: out.writeShort is not a function   麻烦告诉下是哪里的问题,谢谢。 2017-06-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交...

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

42. [LayaAir3]一个空的Laya 3.1项目,物理库选择PhysX(无论是js还是wasm),发布微信小游戏后运行时初始化出错:TypeError: window.PHYSX is not a function [ 89%]

...论是js还是wasm),发布微信小游戏后运行时初始化出错:TypeError: window.PHYSX is not a function   附件 : --> LayaPhysicsWeixin.zip 2024-01-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 la...

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

43. dialog.removeSelf is not a function [ 88%]

...n(Laya.Event.CLICK,this,this.ui.close);。。。(点击之后)Uncaught TypeError: dialog.removeSelf is not a function....求助大神谢谢啦~~~ 2017-04-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cuixu...

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

44. "window.Background is not a constructor" [ 88%]

...mplet() 时,说这不是一个constructor 引擎SWF动画示例,提示 TypeError: MovieClip is not a constructor clas not a constructor LayaAir新建3D示例项目,在as开发模式下,运行报错 TypeError: Vector3 is not a constructor 2.0版本,Particle2D is not a constructor 问题状...

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

45. Object.defineProperty is not a function [ 88%]

Object.defineProperty is not a function Uncaught TypeError: Object.defineProperty is not a function     Ver  ----------------- 1.7.0beta           附件 : --> 2017-03-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...

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

46. TypeError: Cannot read property 'length' of null [ 88%]

TypeError: Cannot read property 'length' of null layaide2.4.0a场景包含预制体hero.prefab,b场景也包含预制体hero.prefab 在a场景通过Laya.Pool.getItemByCreateFun("hero", this.pHero.create, this.pHero)创建对象,同时给对象设置位置,成功 跳转到b场景后,通过Laya.Poo...

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

47. TypeError: Cannot read property 'isTrigger' of undefined [ 87%]

TypeError: Cannot read property 'isTrigger' of undefined unity 导出带有rigidbody物体后crash,如果删除rigidbody可以正常启动 附件 : --> BallLightning.zip 2019-07-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...

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

48. Laya2.0构建APP运行闪退,laya.core.js报错 [ 87%]

...re.js报错 I/LayaBox: alert=出错啦,请把此信息截图给研发商 TypeError: this.nativeInput.setBgColor is not a function http://stand.alone.version/lib ... 2712: TypeError: this.nativeInput.setBgColor is not a function this.nativeInput.setBgColor(value); ^^ TypeError: this.nativeInput.set...

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

49. Uncaught ReferenceError: ui is not defined [ 87%]

...录 发起人 wt1993113 相关问题 laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaugh...

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

50. args.slice is not a function [ 86%]

...{ var arr2:Array = args.slice(); //(翻译成JS后会报错提示:Uncaught TypeError: undefined is not a function) trace(arr2.toString()); }兼容H5写法:public function funArgs(...args:Array):void{ var arr2:Array = args.slice(); trace(arr2.toString()); } 特殊情况:如果args不是唯一的参...

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