大约有 505 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0059 秒)
Laya_社区(414) Laya2.0_文档(22) Laya3.0_api(16) Laya3.0_文档(14) Laya2.0_api(13) laya_api(13) Laya_示例(9) Laya2.0_示例(4)
...I DocumentationAll Packages | All Classes | Index | Frames No Frames ButtonProperties | Methods | Events Packagelaya.uiClasspublic class ButtonInheritanceButton Component Sprite Node EventDispatcher ObjectImplements ISelectSubclasses CheckBox, Radio Button 组件用来表示常用的多态...
来源: laya_api 发布时间: 20170929
纹理复制的问题 一个使用 Laya IDE 做的具体某皮肤的Button,我想在点击该Button时,拷贝一份该Button的纹理给一个新的Button或Sprite等对象,以实现图标复制的效果。但使用 sprite.graphics.drawTexture(btn.source ... ) 的方式没成功,请指...
来源: Laya_社区 发布时间: 20170522
...Laya.Image = new Laya.Image(this.assets[0]); this.dialog.addChild(bg); let button: Laya.Button = new Laya.Button(this.assets[1]); button.name = Laya.Dialog.CLOSE; button.pos(this.DIALOG_WIDTH - this.CLOSE_BTN_WIDTH - this.CLOSE_BTN_PADDING, this.CLOSE_BTN_PADDING); this.dialog.addChild(button); this...
来源: Laya3.0_文档 发布时间: 20241014
UI3D只有第一层可以检测到点击事件 1. 我建了两个Button,在预制体中都可以触发点击事件,但在UI3D中,虽然设置了Enable Hit为true,但只能触发根节点的Button的点击事件 2. BillBoard为true的时候无法设置Sprite3D的scale 附件 : --> LayaProjec...
来源: Laya_社区 发布时间: 20230911
...= new Laya.Vector3(0, 0.5, -1); Laya.loader.load(["../../res/threeDimen/ui/button.png"], Laya.Handler.create(null, function () { var changeActionButton = Laya.stage.addChild(new Laya.Button("../../res/threeDimen/ui/button.png", "渲染目标")); changeActionButton.size(160, 40); changeActionButton.l...
来源: Laya_示例 发布时间: 20241118
...I DocumentationAll Packages | All Classes | Index | Frames No Frames ButtonProperties | Methods | Events Packagelaya.uiClasspublic class ButtonInheritanceButton UIComponent Sprite Node EventDispatcher ObjectImplements ISelectSubclasses CheckBox, Radio Button 组件用来表示常用的多...
来源: Laya2.0_api 发布时间: 20190513
如何给Tab里的button设置点击事件? 2017-05-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: Y_Yao 直接为你的tab添加selectHandler或者mouseHandler即可! 2017-05-16 1...
来源: Laya_社区 发布时间: 20170516
分享:如何用代码创建自定义Tab组件 package { import laya.ui.Button; import laya.ui.Tab; import laya.utils.Browser; import laya.utils.Handler; public class LayaAirDemo { public function LayaAirDemo() { Laya.init(Browser.width,Browser.height); Laya.stage.bgColor="#EEFFCC"; //预加载bu...
来源: Laya_社区 发布时间: 20170626
Laya中Button等组件lose skin的问题 在UI界面给组件设置皮肤时遇到的问题,Button组件丢失了皮肤”lose skin wxlocal/enemy.png”无法正常显示,但是旁边的Image组件却能正常的展示。 设计模式中的两架飞机,上面那架是Image组件,下面那...
来源: Laya_社区 发布时间: 20191122
关于button检测范围的问题 请教下,Laya 的button组件有没有类似与unity里面碰撞盒的属性? 例如一个按钮的图片大小是50*50 想让按钮的检测范围变成100*100,有些按钮图片太小,不好点击 2017-11-09 添加评论 免费帖 --> 分享 微博 QZONE...
来源: Laya_社区 发布时间: 20171109