大约有 102 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0040 秒)
Laya_社区(35) Laya3.0_api(17) Laya2.0_api(12) laya_api(12) Laya3.0_文档(9) Laya_示例(7) Laya2.0_文档(6) Laya2.0_示例(4)
关于button的destroy不起作用的问题 dialogButton = new Button(assets[0]); dialogButton.label = "知道了"; dialogButton.height = 30; dialogButton.width = 80; dialogButton.name = Dialog.CLOSE; dialogButton.pos(20,clientHeight*0.2-dialogButton.height-20); dialogButton.labelColors = "#7FFFD4,...
来源: Laya_社区 发布时间: 20180726
...法?或求3D抛物线移动的方法或算法。 用EffectAnimation实现Button的点击放大效果点击的时候按钮位移动了是否是我做法有问题 请问雾效是不是有Bug啊,移动远了粒子特效会掉色,掉成雾效颜色 挂在手骨骼节点上的武器模型,导出...
来源: Laya_社区 发布时间: 20180125
...| Methods | Events Packagelaya.uiClasspublic class RadioInheritanceRadio Button UIComponent Sprite Node EventDispatcher Object Radio 控件使用户可在一组互相排斥的选择中做出一种选择。 用户一次只能选择 Radio 组中的一个成员。选择未选中的组成员将取消...
来源: Laya2.0_api 发布时间: 20190513
...ods | Events Packagelaya.uiClasspublic class CheckBoxInheritanceCheckBox Button UIComponent Sprite Node EventDispatcher Object CheckBox 组件显示一个小方框,该方框内可以有选中标记。 CheckBox 组件还可以显示可选的文本标签,默认该标签位于 CheckBox 右侧。 ...
来源: Laya2.0_api 发布时间: 20190513
...了个list,出现两个问题: 1. list不能滚动 2. list item里的button图片显示不出来 item代码如下: (function (_super){ function MarketItem() { MarketItem.__super.call(this); this.size(312, 462); // {id:1,name:"10金豆-测试",price:0.01,title:"10金豆-测试",desc:"测试"...
来源: Laya_社区 发布时间: 20170422
list中加的button不能接收点击事件 求一个list中加button的demo list中加的button不能接收点击事件 求一个list中加button的demo 2017-03-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 ...
来源: Laya_社区 发布时间: 20170310
...= 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_示例 发布时间: 20251130
...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
..."res/ui/dialog.png"); dialog.addChild(bgImg); // bgImg.size(400, 458); var button = new Button("res/ui/close.png"); button.size(50, 50); button.name = Dialog.CLOSE; button.pos(bgImg.width - button.width - 5, 5); dialog.addChild(button); dialog.dragArea = "0,0," + bgImg.width + "," + bgImg.height; di...
来源: Laya_社区 发布时间: 20200924
... laya.webgl.WebGL; import laya.utils.Mouse; import laya.ui.Button; import laya.display.Sprite; import laya.display.Animation; import laya.maths.Rectangle; import laya.display.Stage; public class LayaUISample { private v...
来源: Laya_社区 发布时间: 20180725