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

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

1. ide里面Animation组件的source有个bug(碎图) [ 100%]

ide里面Animation组件的source有个bug(碎图) rt,导出的json文件的loadList数组里的资源是一整个字符串,在加载的时候就会报错404,请参考demo 附件 : --> BugDemo.zip 2019-07-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...

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

2. Laya 绑定显示内容到骨骼动画 [ 98%]

...ult class BindSkeleton extends Laya.Skeleton { private __bindList:BindSource[]; constructor(){ super(); this.__bindList=[]; }  /** * 绑定 * @param source */ bind(source:BindSource):void{ let index:number=this.__bindList.indexOf(source); if(index<0){ this.__bindList.push(source); } this...

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

3. 为什么laya的Button渲染逻辑顺序是先渲染,再获取素材切片? [ 95%]

...dex=this._state < this._stateNum ? this._state :this._stateNum-1; this._sources && (this._bitmap.source=this._sources[index]); if (this.label){ this._text.color=this._labelColors[index]; if (this._strokeColors)this._text.strokeColor=this._strokeColors[index]; } } __proto.changeClips=funct...

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

4. Image偶尔显示不了 [ 86%]

...,height,alpha,skin都正常,资源所在图集也存在,不过小图的source的_referecentCount==0,_texture==null。不知是不是这个原因引起?      如附件图,black.png是用到的小图,所在图集为comui.atlas   附件 : --> 2022-07-22 添加评论 免费帖 --> 分享 ...

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

5. 打CPK包在手机上运行会白屏,手机测试型号VIVO1419L。 [ 86%]

..., ignoring 10-13 17:31:15.901 6514-6514/com.vivo.vs W/chromium: [WARNING:resource_bundle.cc(315)] locale_file_path.empty() 10-13 17:31:15.901 6514-6514/com.vivo.vs I/chromium: [INFO:aw_browser_main_parts.cc(63)] Load from apk succesful, fd=90 off=872512 len=2961 10-13 17:31:15.901 6514-6514/com.vivo...

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

6. IDE出现一些系统代码错误无法解决 [ 83%]

...or.java:617)     at java.lang.Thread.run(Thread.java:745) ' at: '423,3' source: ''  自从创建项目后,在编写代码的过程中,IDE里面一直存在一些错误代码。但是这些错误代码不是我写的,而我在FD编写代码,运行都是没有问题的,IDE就是一对错...

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

7. Laya中Button等组件lose skin的问题 [ 83%]

...         return;         };         var width=img.sourceWidth;         var height=img.sourceHeight / this._stateNum;         img.$_GID || (img.$_GID=Utils.getGID());         var key=img.$_GID+"-"+this._stateNum;         var clips=WeakObject.I....

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

8. Mac上面导出Xcode项目,文件损毁 [ 82%]

...to a parse error. Examine the project file for invalid edits or unresolved source control conflicts 新建的空项目直接打包出来就这样了。 2020-12-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为...

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

9. 深入理解LayaAir引擎架构和实现原理(二)项目调试原理及完美开发调试方案 [ 82%]

...  2.LayaAir的编译流程 打开LayaAirIDE的文件夹 LayaAirIDE_beta\resources\app\out\vs\layaEditor\laya\code\ts\empty我们创建空项目时会应用这个套模板,直接再IDE中编译时会使用IDE自带的node环境和插件。 在.laya/compile.js中可知道使用的是gulp和rollup...

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

10. 使用Layaair调试播放MP3报错 [ 81%]

...是会出错。 Error: DOMException: Failed to load because no supported source was found.  Error: DOMException: The element has no supported sources. at AudioSound._makeMusicOK (file:///D:/%E9%A1%B9%E7%9B%AE/%E6%B1%A4%E8%BF%9C%E5%8D%8E/diablo/bin/libs/laya.core.js:14242:26) 2018-11-11 添加评论...

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