大约有 96 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0046 秒)
请问我用网络格式加载成功后,在服务器替换image.atlas和images.png重新打开小游戏没有重新加载服务器的png,只重新加载了atlas var resArray = [ //{ url: "https://piggy.com/res/atlas/images.atlas", type : Laya.Loader./png}, { url: "https://piggy.com/res/atlas/im...
来源: Laya_社区 发布时间: 20180613
如何加载图集、销毁图集(images.atlas,images.json,images.png),如何获取图集里面的小图 2018-05-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 飞蛾扑火 ...
来源: Laya_社区 发布时间: 20180530
...r resArray: Array<any> = [ { url: "res/atlas/Images.atlas", type: Laya.Loader.ATLAS }, { url: "Images/BG_Gray.png", type: Laya.Loader.IMAGE }, { url: "Images/BG_PopWindow.png", type: Laya.Loader.IMAGE }, ...
来源: Laya_社区 发布时间: 20191030
怎么加载网络上的图片 比如http://image.xxx.com/1.png,怎么加载到精灵显示吗 2017-02-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_XS 赞同来自: sprite你可以用loadImage,image...
来源: Laya_社区 发布时间: 20170220
...ya.URL.basePath加载不到网络资源 var resArray = [ { url: "res/atlas/images.atlas", type : Laya.Loader.ATLAS}, // { url: "res/swf/flash.json", type: Laya.Loader.JSON}, // { url: "images/background.png", type : Laya.Loader.IMAGE}, ]; Laya.loader.load(resArray, Laya.Handler.create(this, this....
来源: Laya_社区 发布时间: 20180531
...loading条资源 var pro1:Object={url:"loads/progressBar.png",type:Loader.IMAGE}; var pro2:Object={url:"loads/progressBar$bar.png",type:Loader.IMAGE}; var proArr:Array=; proArr.push(pro1,pro2); Laya.loader.load(proArr,Handler.create(this,onProLoaded)); } private function onProLoaded():void { // 将...
来源: Laya_社区 发布时间: 20160509
...皮肤”lose skin wxlocal/enemy.png”无法正常显示,但是旁边的Image组件却能正常的展示。 设计模式中的两架飞机,上面那架是Image组件,下面那架为Button组件 实际画面展示的时候却只有上面那架飞机能显示出来 资源也都进行了预加...
来源: Laya_社区 发布时间: 20191122
...8B%E5%B0%8F%E6%B8%B8%E6%88%8F%E5%BC%80%E6%94%BE%E5%9F%9F%E5%BC%80%E5%8F%91/image-20190307195813680.png?lastModify=1551962708 官方已经给我们搭建好了 基本的结构和框架,我们只需要修改部分细节即可 首先修改 Main下面的 方法 file:///blog/asroads.github.io/source/_p...
来源: Laya_社区 发布时间: 20190307
image控件,手机浏览器环境,skin设置url网址链接获取不到图片,电脑浏览器种可以 (1)laya版本2.6.1beta,新建一个物理示例项目,在TestScene.scene中放置一个image组件,skin设置:https://makasc.com/oppo/icon_road.png (参考截图) (2)发...
来源: Laya_社区 发布时间: 20200605
...预加载 skinsSecond.push( { url:"allResources/qfbutton.png", type:Loader.IMAGE }); 然后就是一些和服务器交互的操作了,在接到某一条数据,需要用到资源的时候的代码; for (var i:Number = 0; i < allArea.length;i++) { var but:Button = ...
来源: Laya_社区 发布时间: 20170320