大约有 168 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0037 秒)
...,而不是发布出来的图集再放到资源面板下!你可以看下comp.json,资源面板与发布资源后的对比!
来源: Laya_社区 发布时间: 20170613
...要指定资源类型,例如:Laya.loader.load([{ url: "res/atlas/comp.json", type: Loader.ATLAS }], Handler.create(this, this.onLoaded)); q8196901 • 2017-10-25 17:07 可以了 ,谢谢
来源: Laya_社区 发布时间: 20171025
...如下: this.ani = new Laya.Animation(); this.ani.loadAtlas("res/atlas/comp.json", Laya.Handler.create(this, showApe)); function showApe(){ this.ani.loadAnimation("TimeLine.ani"); Laya.stage.addChild(this.ani); this.ani.play(); } 运行时报 TypeError:Cannot read property '_create' of null...
来源: Laya_社区 发布时间: 20171028
...ya.Image(); //加载显示图片,坐标位于100,50 var tempImageName = "comp/poke_" + tempStringArray[i] + ".png"; img.loadImage(tempImageName, i * 30, 5); img.scaleX = 0.4; img.scaleY = 0.4; myBox_player2chupai.addChild(img); } 如何把myBox_ player2chupai的所有Child全部去除。 不知道...
来源: Laya_社区 发布时间: 20180223
...行时报错 打包图集后自动生成的json文件里的prefix显示为"comp\/" 写了一个类继承了laya.sprite 可是点击事件没有反应 Image和Sprite在应用上的区别 放着不动,而且是在没逻辑的主界面,stat里的sprite数量1000个/s的速度上涨 layaMaxUI.ts没...
来源: Laya_社区 发布时间: 20191010
... ui控件的runtime可以设置添加参数吗 prefab添加runtime脚本 comp._addComponentInstance is not a function 2.0 Beta3版本中,runtime脚本的的问题 看腾讯课程碰到的runtime无效问题 IDE界面编辑中最顶层view设置runtime无效 Cannot connect to runtime process, timeo...
来源: Laya_社区 发布时间: 20170509
... var sprite0 = new Sprite(); sprite0.graphics.drawTexture(Loader.getRes("comp/image.png")); sprite0.pos(10, 10); sprite0.mouseEnabled = true; sprite0.name = 'sprite0'; Laya.stage.addChild(sprite0); sprite0.on(Event.CLICK, this, handler_click); 怎么让sp透明区域不可点,有像素的地方才...
来源: Laya_社区 发布时间: 20170428
...样加载不了图片,发布之后并没有D:\Users\myLaya\release\web\comp这个目录 附件 : --> 2018-04-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 w1114367261 赞同来自: 你参考下这篇文档ht...
来源: Laya_社区 发布时间: 20180415
...ound.__super.call(this); this.bg1 = new Laya.Sprite(); this.bg1.loadImage("comp/bg.png"); this.addChild(this.bg1); } Laya.class(BackGround,"BackGround",_super); return BackGround; })(Laya.Sprite)代码我这样写可以正常显示,你试试 2017-02-22 0 1 分享 微博 QZONE 微信 为什么被...
来源: Laya_社区 发布时间: 20170222
...合模式作用只是将颜色混合起来吗 UI编辑界面中的Graphics comp下的button.png第一次点击进入另一个界面,再在这个界面下点击时点击事件不生效? 小米快游戏发布运行不起来 开启一个项目 切换到编辑模式界面 界面一片空白 设计...
来源: Laya_社区 发布时间: 20181114