大约有 90 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0063 秒)
...ll? 我有这样一个需求: cell 上有两个表示不同的状态的button(互斥显示), 当cell的数据源 中某状态 标记到达指定的状态时,更新cell的状态button。 目前我的做法是 在itemRender回调中检测 cell的数据源中的状态位,若状态位到达,...
来源: Laya_社区 发布时间: 20170121
...= "#efefef";//设置画布的背景颜色。 Laya.loader.load("resource/ui/button.png", Handler.create(this,onLoadComplete));//加载资源。 } private function onLoadComplete():void { trace("资源加载完成!"); var comboBox:ComboBox = new ComboBox("resource/ui/button.png", "item0,item1,item2,...
来源: Laya3.0_api 发布时间: 20231115
...调整 2018-04-11 0 0 分享 微博 QZONE 微信 w1114367261 赞同来自: button的label有一个labelPandding属性你可以进行设置 格式是,上边距/右边距/下边距/左边距 直接输入值就好了 按钮的中心点为0,0 向上移动是-1向下移动是1以此类推 2018-04-11 0 ...
来源: Laya_社区 发布时间: 20180411
...kage { import laya.display.Stage; import laya.events.Event; import laya.ui.Button; import laya.ui.Clip; import laya.ui.Image; import laya.utils.Handler; import laya.webgl.WebGL; public class UI_Clip { /***控制器按钮资源***/ private var buttonSkin:String = "../../../../res/ui/button-7.png"; /*...
来源: Laya2.0_文档 发布时间: 20210714
...方法获取。设置为true,对性能有一定影响。 Sprite bar : Button[read-only] 表示滑块按钮的引用。 Slider blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以...
来源: laya_api 发布时间: 20170929
...方法获取。设置为true,对性能有一定影响。 Sprite bar : Button[read-only] 表示滑块按钮的引用。 Slider blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以...
来源: Laya2.0_api 发布时间: 20190513
...lt;!-- 1. Define some markup --> <div>hello world</div> <button class="btn" data-clipboard-action="copy" data-clipboard-target="div">Copy</button> <!-- 2. Include library --> <script src="../src/Frame/ThirdLibs/clipboard.min.js"></script> <!-- 3. I...
来源: Laya_社区 发布时间: 20180626
...ad-only] 对象的显示宽度(以像素为单位)。 Component downButton : Button下按钮 ScrollBar elasticBackTime : Number = 500橡皮筋回弹时间,单位为毫秒。ScrollBar elasticDistance : Number = 0橡皮筋效果极限距离,0为没有橡皮筋效果。ScrollBar filte...
来源: laya_api 发布时间: 20170929
...nsole.log("2d gamescene onEnable"); let btn:Laya.Button = LayaUtil.GetChildByPath(this.owner, "CreatePanel/BtnCreate"); btn.clickHandler = Laya.Handler.create(this, this.onClickCreate) this.drawGrid(); } onClickC...
来源: Laya_社区 发布时间: 20231221
...[read-only] 对象的显示宽度(以像素为单位)。 Sprite downButton : Button下按钮 ScrollBar drawCallOptimize : BooleanSprite elasticBackTime : Number = 500橡皮筋回弹时间,单位为毫秒。ScrollBar elasticDistance : Number = 0橡皮筋效果极限距离,0为没有...
来源: Laya2.0_api 发布时间: 20190513