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

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

21. document.lastModified为undefined [ 81%]

document.lastModified为undefined 您好,请问在index.html中,不能使用document.lastModified吗?     附件 : --> 2017-06-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: ww...

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

22. 加载白名单失败 TypeError: Cannot read property 'nativefiles' of undefined [ 80%]

加载白名单失败 TypeError: Cannot read property 'nativefiles' of undefined TypeError: Cannot read property 'nativefiles' of undefined 设置白名单一直提示这东东 版本2.0.0beta5.1 2019-01-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: ...

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

23. Cannot read property 'props' of undefined [ 80%]

Cannot read property 'props' of undefined 搜了一圈又一圈,大致的意思是插件版本和unity版本不对号,教程提供下载最新的插件地址,下载信息: LayaAir3DConvertTools.zip,修改日期为:2018-01-26 14:41,版本:1.7.16………………2年多没更新了~~...

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

24. Cannot read property 'call' of undefined [ 79%]

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

25. Cannot read property 'call' of undefined [ 79%]

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/laya.core.js:130:41)...

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

26. Laya.stage报null [ 78%]

Laya.stage报null // 引擎初始化前先初始化适配库 Laya.BMiniAdapter.init(); //初始化引擎 Laya3D.init(Laya.Browser.width, Laya.Browser.height, true);   在代码中初始化引擎报的 Laya.stage为null,版本用的1.8.3 附件 : --> 2020-02-02 添加评论 悬赏 --> 分享 微博...

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

27. 使用Laya3D插件导出,为什么空节点信息全都没了,gameObkect setting并没勾选 [ 78%]

使用Laya3D插件导出,为什么空节点信息全都没了,gameObkect setting并没勾选 如题,重新装了也一样。空节点全部给我删了。。。如图,圈出的节点部分导出没有,只剩子对象。   附件 : --> touzhong.rar 2018-01-03 添加评论 免费帖 --> ...

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

28. 关于TS get/set重写问题 [ 77%]

关于TS get/set重写问题 我想对父类的 get/set方法进行重写,其作用是为了调用该方法前先做些处理 我父类A有个 public set a($value:number):void{ this._a = $value; } 然后继承父类后子类B重写 public set a($value:number):void {     this.aa();    super.a =...

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

29. 如何获取微信小游戏 关系链文档中提到的上屏? [ 75%]

如何获取微信小游戏 关系链文档中提到的上屏? 要绘制关系链中的图片只能用上屏.如何在编译出来的code.js中获取上屏? wx.createCanvas 弄出来的都不是上屏. 一直提示 An unsecure canvas can't take an secure canvas as arugment of drawImage When using s...

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

30. TypeError: Laya.MovieClip is not a constructor [ 75%]

TypeError: Laya.MovieClip is not a constructor let mc:Laya.MovieClicp = new Laya.MoveClip();     报错: TypeError: Laya.MovieClip is not a constructor preload.js:55 at XLoadUIScript.32.XLoadUIScript._init (file:///D:/1MiniGame/mini-game-client/minigame1/bin/js/bundle.js:3001:18)   at XLoadUIS...

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