• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 821 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0044 秒)

381. UI-Tree [ 55%]

...rSkin = "res/ui/vscroll.png"; tree.itemRender = Item; tree.xml = xml; tree.size(300, 300); tree.x = (Laya.stage.width - tree.width) / 2; tree.y = (Laya.stage.height - tree.height) / 2; Laya.stage.addChild(tree); } } const Box = Laya.Box, Clip = Laya.Clip, Label = Laya.Label; // 此类对应的json...

来源: Laya2.0_示例 发布时间: 20241118

382. 写了一个类继承了laya.sprite 可是点击事件没有反应 [ 55%]

...因要不就是宽高为0,要不就是mouseEnable 为false。你把设置size的设置你放到drawtexture后面试试,外加一个autosize = true的参数。 2018-08-22 1 2 分享 微博 QZONE 微信 小脑瓜儿削个尖 赞同来自: 我也是这种情况,请问解决了么?我的是getBo...

来源: Laya_社区 发布时间: 20180818

383. sprite添加texture后,sprite无法触发点击事件? [ 54%]

...信 yplpf 赞同来自: Sprite默认是没有宽高的, 设置一下 autoSize=true 就能触发鼠标事件了 2017-08-27 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 heyaaron 相关问题 Dialog:屏蔽点击Dialog之外的区域...

来源: Laya_社区 发布时间: 20170826

384. Error: Layer value can be null. [ 54%]

...动画出报错Uncaught getUint16 error - Out of bounds Error: asBitmap no size! spine动画转换失败,加载错误:导出二进制数据出错:writeUint8 error - Out of range261, 有谁知道什么原因导致的吗? 怎样解决? IDE不能运行调试提示:Chrome error: Error:... 切换场景...

来源: Laya_社区 发布时间: 20181102

385. 如何查看每个Sprite各自引发了多少次DrawCall [ 54%]

...了 请问每个工程的libs文件夹都报这个错怎么解决 canvas.size(1,1)查看1.7.9版本的laya.core.js文件,发现比1.7.8多了这句话,请问有什么用吗 放着不动,而且是在没逻辑的主界面,stat里的sprite数量1000个/s的速度上涨 LayaAirIDE1.7.17 版本...

来源: Laya_社区 发布时间: 20171219

386. Error: "Can not find scene:script.LoginControl [ 54%]

...脚本的onAwake()与onEnable()调用时机存在问题 Error: asBitmap no size! layaMaxUI里面永远只会生成一个TestSceneUI,其他自定义的scene不会导出 问题状态 最新活动: 2019-08-05 13:25 浏览: 949 关注: 1 人

来源: Laya_社区 发布时间: 20190805

387. 关于打包App后Texture.getPixels此方法不能使用 [ 54%]

...ePixels(this, x, y, width, height);     } else {       Browser.canvas.size(width, height);       Browser.canvas.clear();       Browser.context.drawTexture(this, -x, -y, this.width, this.height, 0, 0);       var info:* = Browser.context.getImageData(0, 0, width, height);     }     r...

来源: Laya_社区 发布时间: 20171030

388. Error!,this class[Item] already exist: function Item(){ … } [ 54%]

... LayaAirIDE2.2 - Laya3D init error ,must support webGL Error: asBitmap no size! 问题状态 最新活动: 2018-04-12 11:35 浏览: 645 关注: 2 人

来源: Laya_社区 发布时间: 20180411

389. 请问更新遮罩的最优方式 [ 54%]

...一种进度条,需要遮罩宽度随着进度变化而变化   _mask.size(_barImage.width * _percent, _barImage.height); _mask.graphics.clear(); _mask.graphics.drawRect(0, 0, _mask.width, _mask.height, "#FF0000");                      _barImage.mask = null; _barImage.mask = _mask;...

来源: Laya_社区 发布时间: 20170809

390. 关于js继承类class的参数问题 [ 54%]

...e = "label";//设置 label 的name属性值。      *         label.size(100, 20);//设置 label 的宽度、高度。      *         this.addChild(label);//将 label 添加到显示列表。      *     };      *     Laya.class(Item,"mypackage.listExample.Item",_super);//注...

来源: Laya_社区 发布时间: 20180426