大约有 159 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0043 秒)
请问我用网络格式加载成功后,在服务器替换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
...在一个txt文内。 ![图片1.png](http://ldc.layabox.com/uploadfile/image/20160518/1463538920512897.png) 2.选择文件->另存为Unicode编码的txt文件。 ![图片1.png](http://ldc.layabox.com/uploadfile/image/20160518/1463538942170528.png) 3.下载安装 windows下免费的...
来源: Laya2.0_文档 发布时间: 20201114
如何加载图集、销毁图集(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
...erDemo extends Laya.Script { onAwake(): void { this.loadTexture("resources/image/monkey2.png", 500);//需要在resources/image放入相应的资源 this.loadTexture("https://layaair.com/3.x/demo/resources/res/apes/monkey2.png"); } /**加载并显示图片 */ loadTexture(url: string, x: number = 0, y...
来源: Laya3.0_文档 发布时间: 20241014
# Image 组件参考 ## 一、通过LayaAirIDE创建Image组件 ### 1.1 创建image Image 是 UI 里最常见的显示图像的组件,用来显示位图图像。可以设置 Image 组件的 skin 属性来改变 Image 组件呈现的图像。Image 组件支持九宫格数据设定,用于实...
来源: Laya2.0_文档 发布时间: 20210715
# Image 组件参考 ## 一、通过LayaAirIDE创建Image组件 ### 1.1 创建image Image 是 UI 里最常见的显示图像的组件,用来显示位图图像。可以设置 Image 组件的 skin 属性来改变 Image 组件呈现的图像。Image 组件支持九宫格数据设定,用于实...
来源: Laya2.0_文档 发布时间: 20210714
# Image 组件参考 ## 一、通过LayaAirIDE创建Image组件 ### 1.1 创建image Image 是 UI 里最常见的显示图像的组件,用来显示位图图像。可以设置 Image 组件的 skin 属性来改变 Image 组件呈现的图像。Image 组件支持九宫格数据设定,用于实...
来源: Laya2.0_文档 发布时间: 20210714
怎么加载网络上的图片 比如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