大约有 159 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0046 秒)
...换成laya使用的UI,规则如下: 1,不能识别的类型统统为image,这一点和IDE的编辑器一致; 2,除box和Label特殊一些,其他的都和IDE的ui命名规则一致,前缀或后缀; 3,控件都需要按照前缀,后缀规则命名,3态如下图,要建立子...
来源: Laya2.0_文档 发布时间: 20210715
...isplay.Stage; import laya.ui.Button; import laya.ui.Dialog; import laya.ui.Image; import laya.utils.Handler; import laya.webgl.WebGL; public class DialogCenterClose { private const DIALOG_WIDTH:int = 220; private const DIALOG_HEIGHT:int = 275; private const CLOSE_BTN_WIDTH:int = 43; private const CL...
来源: Laya_社区 发布时间: 20170706
图片加载问题 var s:Sprite = new Sprite; s.loadImage("res/soil.png"); Laya.stage.addChild(s); chrome报错:Access to Image at 'file:///E:/study/LayaAirStudy/bin/h5/res/soil.png' from origin 'null' has been blocked by CORS policy: Invalid response. Origin 'null' is therefore not allowed acces...
来源: Laya_社区 发布时间: 20170116
...http://www.layabox.com", "version": "1.00", "format": "json", "scale": 1, "image": "1.png", "prefix": "1/" } } 这是图集打包后的json文件,可以看到是不对的,用Animation播放时顺序也不对 附件 : --> 1.zip 2017-08-09 5 条评论 免费帖 --> 分享 微博 QZONE 微信 ...
来源: Laya_社区 发布时间: 20170809
...参照代码如下: ```typescript //先加载plf类型的合并后文件Image.json Laya.loader.load([{url: "res/Image.json", type: "plf"}], Handler.create(this, function():void { //在回调里,正常使用原来的图集 Laya.loader.load("res/atlas/comp.atlas", Handler.create(this, function():v...
来源: Laya2.0_文档 发布时间: 20210714
...载分包资源需要使用分包路径,比如你分包sub1路径是ui/image/,你读取资源ui/image/player.png,就得用sub1/player.png,我是自己修改了引擎底层来适配的 holle world • 2020-12-11 19:37 我按照文档操作打出来分包,rpk的体积不变,放到oppo的...
来源: Laya_社区 发布时间: 20201204
...制Tiled资源 ##### 只是存为json文件还不够,我们还要更改image绝对路径为相对路径。 我们通过IDE,打开刚刚保存的`orthogonal.json`,搜索关键字`"image"`我们会发现默认的image路径位于Tiled安装目录中。如图4所示。 ![图4](img/4.png) (图4) #...
来源: Laya2.0_文档 发布时间: 20210715
本地调试加载本地图片都报错 var img:Laya.Image = new Laya.Image("res/logo.png"); this.addChild(img); 附件 : --> 2017-07-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 moketao 赞同来自: cui...
来源: Laya_社区 发布时间: 20170721
...制Tiled资源 ##### 只是存为json文件还不够,我们还要更改image绝对路径为相对路径。 我们通过IDE,打开刚刚保存的`orthogonal.json`,搜索关键字`"image"`我们会发现默认的image路径位于Tiled安装目录中。如图4所示。 ![图4](img/4.png) (图4) #...
来源: Laya2.0_文档 发布时间: 20210715
... load resource: net::ERR_FILE_NOT_FOUND调试出现这个结果 QQ玩一玩Image无法显示Base64图片 Retry to load: data:image/png;base64, 问题状态 最新活动: 2018-01-29 11:57 浏览: 700 关注: 2 人
来源: Laya_社区 发布时间: 20180129