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

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

1. 小游戏子域程序加载到图集后,取图集内资源报错。 [ 100%]

小游戏子域程序加载到图集后,取图集内资源报错。 MsgMgr.instance.init(); Laya.timer.once(1000,this,function():void{ beginLoad(); }); private function beginLoad():void { Laya.loader.load("res/images/rank.json", Handler.create(this, onLoaded)); } private function onLoaded():void ...

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

2. 播放swf动画的时候,有的时候会崩溃在这里, Cannot read property 'dir' of undefined [ 98%]

播放swf动画的时候,有的时候会崩溃在这里, Cannot read property 'dir' of undefined this.basePath=this._atlasPath?Loader.getAtlas(this._atlasPath).dir:this._url.split(".swf")[0]+"/image/"; 2018-04-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...

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

3. 播放swf动画的时候,会出现 Cannot read property 'dir' of undefined崩溃 [ 97%]

播放swf动画的时候,会出现 Cannot read property 'dir' of undefined崩溃 这个是出错信息 this.basePath=this._atlasPath?Loader.getAtlas(this._atlasPath).dir:this._url.split(".swf")[0]+"/image/";    我们采用的播放模式是this.effectMovieClip.load(effectsPath,true);  effects...

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

4. Texture如何转换成Texture2D有人搞过吗 [ 91%]

Texture如何转换成Texture2D有人搞过吗 Texture如何转换成Texture2D有人搞过吗 2018-12-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 AzureonTang 赞同来自: 1569322907用户 Texture类型有...

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

5. 按钮加载皮肤丢失 [ 90%]

按钮加载皮肤丢失 废话不多少,直接上代码 先预加载 skinsSecond.push( { url:"allResources/qfbutton.png", type:Loader.IMAGE }); 然后就是一些和服务器交互的操作了,在接到某一条数据,需要用到资源的时候的代码; for (var i:Number = 0; i < allA...

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

6. TypeError: relativePath is undefined [ 87%]

TypeError: relativePath is undefined 文档 --> 扩展模块 --> 用LayaAir引擎解析Tiled Map地图 我的代码完全是复制的,一个字都不差 但是运行之后报错:TypeError: relativePath is undefined 文档传送门:https://ldc.layabox.com/doc/?nav=zh-js-3-4-0 2017-12-05 ...

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

7. Laya.loader.load加载位图字体 [ 85%]

Laya.loader.load加载位图字体 在laya.core.js16251行 __proto.onLoaded   else if (type==="font"){//这里,启用webgl后,HTMLImage.create返回的是Texture2D,不是HTMLImage,data上没有_source这个属性 //导致重复加载图片,走不到else里面,if的判断是否应该改为 ...

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

8. tiledmap Bug [ 84%]

tiledmap Bug TypeError: Cannot read property 'split' of undefined preload.js:55 at TiledMap.__proto.mergePath (file:///D:/layadata/laya2.0/Sokoban_Ts_Weixin/bin/libs/laya.tiledmap.js:411:31)   at TiledMap.__proto.onJsonComplete (file:///D:/layadata/laya2.0/Sokoban_Ts_Weixin/bin/libs/laya.tiledmap....

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

9. tiledMap 官方示例都运行不了 [ 83%]

tiledMap 官方示例都运行不了 tiledMap = new TiledMap();         tiledMap.createMap("../res/dt.json", new Rectangle(0, 0, Laya.stage.width, Laya.stage.height), null);   调用后报错TypeError: Cannot read property 'split' of undefined     at TiledMap.__proto.mergePath (file:///C...

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

10. Unity动画使用报错,有遇到的吗 - - [ 78%]

Unity动画使用报错,有遇到的吗 - - Uncaught TypeError: Cannot read property 'split' of undefined 2018-08-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复   赞同来自: https://blog.csdn.net/tfston...

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