• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 245 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0081 秒)

181. 使用3D UI · LayaAir3.3 · 引擎文档 · LAYABOX [ 54%]

...。 3D UI也是UI,也承担UI的交互职能。例如,当点击UI上的按钮时,按钮会带来交互反馈,并触发设定的事件,以达到逻辑运行的目的。 (动图1-1) 3D UI 可以是一个位于3D场景中的物件,并带有UI的交互特征。 (动图1-2) 并且,3...

来源: Laya3.0_文档 发布时间: 20251010

182. laya.ui.UIGroup_API3.0 [ 54%]

...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

183. laya.ui.RadioGroup [ 53%]

...ad-only] 项对象们的存放数组。 UIGroup labelBold : Boolean 表示按钮文本标签是否为粗体字。 UIGroup labelColors : StringUIGroup labelFont : String 表示按钮文本标签的字体名称,以字符串形式表示。 UIGroup labelPadding : String 表示按钮文本标签的...

来源: laya_api 发布时间: 20170929

184. laya.ui.Button_API3.0 [ 53%]

...aya/ui/Button" Button Class Button Button 组件用来表示常用的多态按钮。 Button 组件可显示文本标签、图标或同时显示两者。 * 可以是单态,两态和三态,默认三态(up,over,down)。 example 以下示例代码,创建了一个 Button 实例。 package { import ...

来源: Laya3.0_api 发布时间: 20231115

185. laya.ui.RadioGroup [ 53%]

...ad-only] 项对象们的存放数组。 UIGroup labelBold : Boolean 表示按钮文本标签是否为粗体字。 UIGroup labelColors : StringUIGroup labelFont : String 表示按钮文本标签的字体名称,以字符串形式表示。 UIGroup labelPadding : String 表示按钮文本标签的...

来源: Laya2.0_api 发布时间: 20190513

186. 游戏运行在chrome里面 听不见声音 [ 53%]

...me中只能这样? w1114367261 • 2018-05-09 16:23 是的!比如登录按钮

来源: Laya_社区 发布时间: 20180509

187. laya.ui.ScrollBar [ 52%]

...制所显示的数据部分。 滚动条由四部分组成:两个箭头按钮、一个轨道和一个滑块。 See alsolaya.ui.VScrollBarlaya.ui.HScrollBarPublic Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,...

来源: laya_api 发布时间: 20170929

188. 列表组件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 52%]

...得索引,那么可以使用GetChildIndex。注意,item类型必须是按钮,即GButton,才可以触发ClickItem事件。 二、 虚拟列表 如果列表的item数量特别多时,例如几百上千,为每一条项目创建实体的显示对象将非常消耗时间和资源。本UI系统...

来源: Laya3.0_文档 发布时间: 20251128

189. laya.ui.ScrollBar [ 52%]

...制所显示的数据部分。 滚动条由四部分组成:两个箭头按钮、一个轨道和一个滑块。 See alsolaya.ui.VScrollBarlaya.ui.HScrollBarPublic Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激...

来源: Laya2.0_api 发布时间: 20190513

190. laya.ui.CheckBox_API3.0 [ 51%]

...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