大约有 245 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0081 秒)
Laya_社区(140) Laya3.0_api(38) Laya2.0_文档(18) Laya3.0_文档(16) laya_api(15) Laya2.0_api(15) Laya2.0_示例(2) Laya_示例(1)
...。 3D UI也是UI,也承担UI的交互职能。例如,当点击UI上的按钮时,按钮会带来交互反馈,并触发设定的事件,以达到逻辑运行的目的。 (动图1-1) 3D UI 可以是一个位于3D场景中的物件,并带有UI的交互特征。 (动图1-2) 并且,3...
来源: Laya3.0_文档 发布时间: 20251010
...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
...ad-only] 项对象们的存放数组。 UIGroup labelBold : Boolean 表示按钮文本标签是否为粗体字。 UIGroup labelColors : StringUIGroup labelFont : String 表示按钮文本标签的字体名称,以字符串形式表示。 UIGroup labelPadding : String 表示按钮文本标签的...
来源: laya_api 发布时间: 20170929
...aya/ui/Button" Button Class Button Button 组件用来表示常用的多态按钮。 Button 组件可显示文本标签、图标或同时显示两者。 * 可以是单态,两态和三态,默认三态(up,over,down)。 example 以下示例代码,创建了一个 Button 实例。 package { import ...
来源: Laya3.0_api 发布时间: 20231115
...ad-only] 项对象们的存放数组。 UIGroup labelBold : Boolean 表示按钮文本标签是否为粗体字。 UIGroup labelColors : StringUIGroup labelFont : String 表示按钮文本标签的字体名称,以字符串形式表示。 UIGroup labelPadding : String 表示按钮文本标签的...
来源: Laya2.0_api 发布时间: 20190513
...me中只能这样? w1114367261 • 2018-05-09 16:23 是的!比如登录按钮
来源: Laya_社区 发布时间: 20180509
...制所显示的数据部分。 滚动条由四部分组成:两个箭头按钮、一个轨道和一个滑块。 See alsolaya.ui.VScrollBarlaya.ui.HScrollBarPublic Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,...
来源: laya_api 发布时间: 20170929
...得索引,那么可以使用GetChildIndex。注意,item类型必须是按钮,即GButton,才可以触发ClickItem事件。 二、 虚拟列表 如果列表的item数量特别多时,例如几百上千,为每一条项目创建实体的显示对象将非常消耗时间和资源。本UI系统...
来源: Laya3.0_文档 发布时间: 20251128
...制所显示的数据部分。 滚动条由四部分组成:两个箭头按钮、一个轨道和一个滑块。 See alsolaya.ui.VScrollBarlaya.ui.HScrollBarPublic Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激...
来源: Laya2.0_api 发布时间: 20190513
...oolean Inherited from Button.toggle Defined in laya/ui/Button.ts:163 指定按钮按下时是否是切换按钮的显示状态。 example 以下示例代码,创建了一个 Button 实例,并设置为切换按钮。 example package { import laya.ui.Button; import laya.utils.Handler; public class ...
来源: Laya3.0_api 发布时间: 20231115