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

大约有 8,041 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0163 秒)

181. 请问下,分离模式里面扩展一个场景类,老是提示 Error: 'ui' is not exported [ 92%]

...,分离模式里面扩展一个场景类,老是提示 Error: 'ui' is not exported 刚刚学laya不久,比较初级问题。最新的版本2.7创建一个2D的js的demo.然后选择分离模式。自动生成了一个TestSceneUI。 我现在想继承这个类,创建了TestSceneExtend,把自...

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

182. 真机调试 开启子域后 提示出现window is not defined [ 92%]

真机调试 开启子域后 提示出现window is not defined 在工程里开启子域 在微开发工具中调试能正常获得子域内容, 但是在真机上调试就 报错 提示 下面2个错误 Uncaught ReferenceError: window is not defined ReferenceError: window is not defined   我在...

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

183. can not read property "elements" of underfined [ 92%]

can not read property "elements" of underfined 参照官方的cameraMoveScript脚本写控制摄像机移动的功能, var yPRElem:Float32Array=this.yawPitchRoll.elements;   附件 : --> 2019-02-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...

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

184. 示例2D发布微信小游戏报错 asdebug.js:1 ReferenceError: __wxAppData is not defined [ 92%]

...2D发布微信小游戏报错 asdebug.js:1 ReferenceError: __wxAppData is not defined 2019-08-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 ...

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

185. 发布微信小游戏后 this.preinitialize is not a function [ 92%]

发布微信小游戏后 this.preinitialize is not a function IDE里面调试一切正常,发布微信小游戏以后就出现这个BUG 2018-12-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 7 个回复 云淡风轻 赞...

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

186. Laya.Animation Play();后报错提示TypeError: clas is not a constructor [ 92%]

Laya.Animation Play();后报错提示TypeError: clas is not a constructor 报错内容:   代码:   类库设置:         附件 : --> 2019-03-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Hh丶 ...

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

187. 出错啦:Uncaught TypeError:TiledMap is not a function? [ 92%]

出错啦:Uncaught TypeError:TiledMap is not a function?   附件 : --> 2016-05-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cuixueying 赞同来自:   js下,tileMap类是在libs/laya.plugins.js下...

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

188. 求助 Uncaught ReferenceError: Laya3D is not defined [ 92%]

求助 Uncaught ReferenceError: Laya3D is not defined  这个Uncaught ReferenceError: Laya3D is not defined 是我没导入包吗? 下面是index中的部分导入 <script type="text/javascript" src="libs/laya.d3.js"></script> <script type="text/javascript" src="libs/laya.core.js"...

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

189. KeyNotFoundException: The given key was not present in the dictionary. [ 92%]

KeyNotFoundException: The given key was not present in the dictionary. 1.6插件在5.6的unity中导出Sprite3d时提示错误KeyNotFoundException: The given key was not present in the dictionary.模型不绑定动画时可以正常导出. 附件是模型包,麻烦给鉴定下问题出在哪里...

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

190. 官方视频教程中飞机大战 "this.addChild is not a function" [ 92%]

官方视频教程中飞机大战 "this.addChild is not a function" IDE Layabox1.7.20.2 beta 版 src/Game.js//var WebGL = laya.webgl.WebGL; //Laya.init(480, 852, WebGL); var Game = (function(){ (function Game(){ Laya.init(480,852); this.bg = BackGround(); Laya.stage.addChild(this.bg); })(); })(); s...

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