大约有 168 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0034 秒)
...资源都是相对路径,打比方在ide里编辑的一个图片skin为"comp/a.png",之后项目访问地址是www.abc.com,然而资源是cdn.abc.com,自然相对路径就404了,这样的场景要怎么处理? 2017-10-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...
来源: Laya_社区 发布时间: 20171020
...EEN_HORIZONTAL; loadres(); function loadres(){ var res=[ {'url':'res/atlas/comp.json'} ] Laya.loader.load(res,Laya.Handler.create(this,Main)); } function Main(){ Laya.stage.addChild(new loginUI()); } })(); 附件 : --> 2017-11-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...
来源: Laya_社区 发布时间: 20171123
...张图片载入到了img var img = new Laya.Image(); var tempImageName = "comp/test.png"; img.loadImage(tempImageName, 0, 0); 如何把img中载入的这张图片源去掉呢。 是不是有类似于img.clear()的方法。 2018-02-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...
来源: Laya_社区 发布时间: 20180228
...材本身也是循环的。但是不知道为什么会跳帧。 lose skin comp/button.png 错误,全部按照UI案例来的呀 哪里能找到on绑定事件的例子 请问在哪里可以找到js语言laya游戏的源码 动画getGraphicBounds()为什么错误 "设计模式"导出的View出现“l...
来源: Laya_社区 发布时间: 20170623
...闪屏图片 打包图集后自动生成的json文件里的prefix显示为"comp\/" 用ide打包后的图片,Texture显示不出来? 问题状态 最新活动: 2018-04-25 13:04 浏览: 1097 关注: 2 人
来源: Laya_社区 发布时间: 20180424
...如果过大怎么办 获取对象的名称 兼容问题 在UI编辑器里 comp 文件夹导入图片后 在侧边栏不显示任何文件,但是文件夹里有 调用 Laya.MiniAdpter.downLoadFile缓存文件之后。再调用Laya.loader.create,不会自动去读取缓存文件 问题状态 最新...
来源: Laya_社区 发布时间: 20180407
...cess to Image at 'file:///D:/My_HTML5_Project/AS3/project/LoadImage/bin/h5/comp/a1.png' from origin 'null' has been blocked by CORS policy: Invalid response. Origin 'null' is therefore not allowed access. 好像是说不允许加载,请问怎么解决? 虽然IDE可以加载图片成功,但还...
来源: Laya_社区 发布时间: 20180119
...定对这个图集做了预加载了 var resArray = [ {url:"res/atlas/comp.json", type: Laya.Loader.ATLAS}, {url:"res/atlas/assets.json", type: Laya.Loader.ATLAS} ]; Laya.loader.load(resArray, Laya.Handler.create(null,LoadResComplete)); cuixueying • 2017-03-21 16:15 好的,...
来源: Laya_社区 发布时间: 20170317
...or" -S 2048 -s 512 "/Users/passionzhang/Develop/wegame/wordwar/laya/assets/comp" -o "/Users/passionzhang/Develop/wegame/wordwar/laya/assets/atlas" --dataFormat json --scale 1 --force newPro.js:1251 nullQCommandLineParser: option not defined: "X" 执行失败,这是什么原因 2018-02-04 添加...
来源: Laya_社区 发布时间: 20180204
... Stencil { Ref 1 Comp Equal } CGPROGRAM ENDCG } unity的pass中的Stencil 模板测试部分,在laya中怎么设置,在ShaderPass类中未找到有关模板测试属性...
来源: Laya_社区 发布时间: 20191212