大约有 35 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0037 秒)
ide里面Animation组件的source有个bug(碎图) rt,导出的json文件的loadList数组里的资源是一整个字符串,在加载的时候就会报错404,请参考demo 附件 : --> BugDemo.zip 2019-07-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...
来源: Laya_社区 发布时间: 20190709
...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
...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
... ##### F5调试相关: 基于IDE自身的F5断点调试需要源映射(Source Map),所以LayaAirIDE2.2之前的版本是内置开启了Source Map,这会导致随着项目的增大Source Map也越来越大。然而,也有大量的开发者只使用chrome调试,希望减少项目大小...
来源: Laya2.0_文档 发布时间: 20210715
...,height,alpha,skin都正常,资源所在图集也存在,不过小图的source的_referecentCount==0,_texture==null。不知是不是这个原因引起? 如附件图,black.png是用到的小图,所在图集为comui.atlas 附件 : --> 2022-07-22 添加评论 免费帖 --> 分享 ...
来源: Laya_社区 发布时间: 20220722
..., 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
...or.java:617) at java.lang.Thread.run(Thread.java:745) ' at: '423,3' source: '' 自从创建项目后,在编写代码的过程中,IDE里面一直存在一些错误代码。但是这些错误代码不是我写的,而我在FD编写代码,运行都是没有问题的,IDE就是一对错...
来源: Laya_社区 发布时间: 20171009
... 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
...to a parse error. Examine the project file for invalid edits or unresolved source control conflicts 新建的空项目直接打包出来就这样了。 2020-12-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为...
来源: Laya_社区 发布时间: 20201216
... 2.LayaAir的编译流程 打开LayaAirIDE的文件夹 LayaAirIDE_beta\resources\app\out\vs\layaEditor\laya\code\ts\empty我们创建空项目时会应用这个套模板,直接再IDE中编译时会使用IDE自带的node环境和插件。 在.laya/compile.js中可知道使用的是gulp和rollup...
来源: Laya_社区 发布时间: 20200918