大约有 442 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0085 秒)
Laya_社区(347) Laya3.0_api(38) Laya2.0_文档(21) laya_api(15) Laya2.0_api(15) Laya3.0_文档(5) Laya2.0_示例(1)
...et labelBold(value: boolean): void Defined in laya/ui/UIGroup.ts:395 表示按钮文本标签是否为粗体字。 Returns boolean Defined in laya/ui/UIGroup.ts:399 表示按钮文本标签是否为粗体字。 Parameters value: boolean Returns void labelColors get labelColors(): string set labelCol...
来源: Laya3.0_api 发布时间: 20231115
...功后在主域里可以绘制LayaAiride的UI示例,包括list列表。按钮点击等交互; 附近里上传了AS3代码示例,以及JS运行示例,有不明白的开发者欢迎留言。 压缩包说明: AS3示例: main1 主域项目; main2 开发数据域项目; main_minigame 微...
来源: Laya_社区 发布时间: 20180525
...,对性能有一定影响。 Sprite bar : Button[read-only] 表示滑块按钮的引用。 Slider blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UICompon...
来源: Laya2.0_api 发布时间: 20190513
...,对性能有一定影响。 Sprite bar : Button[read-only] 表示滑块按钮的引用。 Slider blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UICompon...
来源: Laya2.0_api 发布时间: 20190513
...以通过相对布局属性(top和bottom),把背景拉到全屏以及按钮拉到屏幕相对位置显示。实现各个屏幕下都做到完美的全屏适配。 3.2.2 保高适配模式fixedheight fixedheight保高模式就是在保障设计高的内容一定全屏显示的等比缩放模式...
来源: Laya3.0_文档 发布时间: 20241014
...击事件没反应 遮罩点击事件 List滑动条会引起单元格上的按钮点击后多次触发点击事件 鼠标滚轮滚动事件 问题状态 最新活动: 2021-02-04 17:06 浏览: 209 关注: 2 人 小智队长 • 2021-02-04 14:17 我这个就是这么做的 ParadiseKiss • 2021-02-04 ...
来源: Laya_社区 发布时间: 20210203
...对性能有一定影响。 Sprite bar : Button[read-only] 表示滑块按钮的引用。 Slider blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Component...
来源: laya_api 发布时间: 20170929
...t labelBold(value: boolean): void Defined in laya/ui/ComboBox.ts:686 表示按钮文本标签是否为粗体字。 see laya.display.Text#bold Returns boolean Defined in laya/ui/ComboBox.ts:690 表示按钮文本标签是否为粗体字。 see laya.display.Text#bold Parameters value: boolean Returns ...
来源: Laya3.0_api 发布时间: 20231115
...以通过相对布局属性(top和bottom),把背景拉到全屏以及按钮拉到屏幕相对位置显示。实现各个屏幕下都做到完美的全屏适配。 ##### 3.2.2 保高适配模式fixedheight fixedheight保高模式就是在保障设计高的内容一定全屏显示的等比缩放...
来源: Laya2.0_文档 发布时间: 20210715
...例化的UI传给分包的类 b.newUI = newUI; //初始化分包,监听按钮事件 b.init(); }, fail: function(res) { // 分包加载失败通过 fail 回调 console.log("fail"); } }); } ``` 我们来看一下onLoaded这个方法,在调用showUI显示完UI后,直接使用了微信小游戏官...
来源: Laya2.0_文档 发布时间: 20210715