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

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

31. Object.defineProperty is not a function [ 92%]

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

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

32. "window.Background is not a constructor" [ 91%]

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

33. LayaAir新建3D示例项目,在as开发模式下,运行报错 TypeError: Vector3 is not a constructor [ 91%]

LayaAir新建3D示例项目,在as开发模式下,运行报错 TypeError: Vector3 is not a constructor 运行环境 MacOs 10.13.3  2018-05-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 海 赞同来自: ...

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

34. TypeError: Cannot read property '_byteLength' of null [ 91%]

TypeError: Cannot read property '_byteLength' of null 将帧频降到30帧 已经打开一个dialog 再打开另外一个时就会报错 60帧是不会报错的 Uncaught TypeError: Cannot read property '_byteLength' of null at WebGLContext2D.__proto.flush (GameLoader.max.js:25474) at SubmitCanvas._...

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

35. TypeError: Cannot read property '_byteLength' of null [ 91%]

TypeError: Cannot read property '_byteLength' of null (LayaAirIDE1.7.11版本)TypeError: Cannot read property '_byteLength' of null at WebGLContext2D.__proto.flush (file:///F:/client_svn/h5/bin/libs/laya.webgl.js:4963:32) at SubmitCanvas.__proto.renderSubmit (file:///F:/client_svn/h5/bin/libs/laya....

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

36. 关于graphics.drawTexture方法设置纹理报错TypeError: texture.getIsReady is not a function [ 90%]

关于graphics.drawTexture方法设置纹理报错TypeError: texture.getIsReady is not a function 自己的问题 2019-05-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_Aaron 赞同来自: 截图和代码...

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

37. args.slice is not a function [ 90%]

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

38. args.slice is not a function [ 90%]

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

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

39. 2.0版本,Particle2D is not a constructor [ 89%]

...行错误,Class constructor xx cannot be invoked without 'new' Uncaught TypeError: Class constructor Component cannot be invoked without 'new' 2.4 生命周期触发多次,连constructor都执行了两次 引用laya.filter.js 之后还是报错 BlurFilter is not a constructor Uncaught TypeError:...

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

40. WASM function signature mismatch [ 89%]

...nity插件导出的场景 physics3D is not a function 浏览器运行提示TypeError: xxx is not a function 调用动画结束on方法,报错this.zombieAnimator.on is not a function ide导出ui时,UI代码显示不正常在小游戏中会报错:gameThirdScriptErrorn.sort is not a function Unca...

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