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

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

41. Cannot read property 'rayCast' of undefined [ 95%]

Cannot read property 'rayCast' of undefined export default class indexscene extends Laya.Script { constructor(){ super(); this.rotation = new Laya.Vector3(0, 0.01, 0); this.point = new Laya.Vector2(); this.ray = new Laya.Ray(new Laya.Vector3(),new Laya.Vector3()); //1.开启第四个参数 let conf...

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

42. api readFile success callback function undefined [ 95%]

api readFile success callback function undefined 2018-07-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 prepares 赞同来自: 求帮助 2018-07-25 0 0 分享 微博 QZONE 微信 牛牛 赞同来自: 应该是...

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

43. Uncaught Can not find class EffectAnimation undefined [ 95%]

Uncaught Can not find class EffectAnimation undefined 假设我今天创了一个叫QQQ的EffectAnimation,放入UI某个元件底下,运行时会报错误 Uncaught Can not find class ui.test.QQQUI undefined,我根本沒有需要創建腳本來操作事情,為什麼需要找查class? 2018-...

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

44. TypeError: Cannot read property '_addRenderObject' of undefined [ 95%]

TypeError: Cannot read property '_addRenderObject' of undefined 初次接触Laya只是想测试一下Laya开发微信3D小游戏 。 结果还没开始就卡在了导入Unity编辑的场景中 ,请问这个是什么问题? TypeError: Cannot read property '_addRenderObject' of undefined preload....

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

45. Laya.Accelerator提示"instance"undefined [ 95%]

Laya.Accelerator提示"instance"undefined 运行程序的时候提示:Uncaught TypeError: Cannot read property 'instance' of undefined 附件 : --> 2018-11-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 鬼...

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

46. api readFile success callback function undefined [ 95%]

api readFile success callback function undefined 2018-07-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 读取文件加载成功的回调函数为定义 2018-07-25 0 3 分享 微博 QZ...

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

47. MovieClip的target和currentTarget属性为undefined[ 95%]

MovieClip的target和currentTarget属性为undefined? private function showNowPic():void{ for each(var ul:String in pics){ var mc:MovieClip = new MovieClip; mc.load(ul); this.addChild(mc); mc.on(Event.COMPLETE,this,stopNowMC) } } private function stopNowMC(e:Event):void{ trace(e.currentTarget); t...

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

48. undefined is not an object是什么错误。。。 [ 95%]

undefined is not an object是什么错误。。。 在真机(iphone x)微信7.0.1下会出现这样的错误,但只有一部机器会出现,一但出现就是百分百重现。  gameThirdScriptError undefined is not an object;at requestAnimationFrame callback function undefined 2019-01-08 ...

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

49. AS版本警告与undefined的比较不合逻辑 版本1.7.22 [ 95%]

AS版本警告与undefined的比较不合逻辑 版本1.7.22 如图, 这个变量word不可能是undefined的吧? 所以这句判断是不是可以去掉? 还是说有什么内有乾坤我没弄明白呢? 版本1.7.22 附件 : --> 2019-02-20 添加评论 免费帖 --> 分享 微博 QZONE ...

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

50. Uncaught TypeError: Cannot read property 'regClass' of undefined [ 95%]

Uncaught TypeError: Cannot read property 'regClass' of undefined 1.使用2.12.0版本创建typescript的2D示例项目 2.运行,可以正常运行 3.按F9,默认编程语言是没有任何选择的,然后切换编程语言,选择TypeScript,点击确定 4.运行,出现错误Uncaught Type...

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