大约有 1,064 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0146 秒)
Laya_社区(979) Laya3.0_api(38) Laya2.0_文档(19) Laya3.0_文档(10) Laya2.0_api(8) laya_api(6) Laya_示例(2) Laya2.0_示例(2)
...on Button 组件用来表示常用的多态按钮。 Button 组件可显示文本标签、图标或同时显示两者。 * 可以是单态,两态和三态,默认三态(up,over,down)。 example 以下示例代码,创建了一个 Button 实例。 package { import laya.ui.Button; import laya.util...
来源: Laya3.0_api 发布时间: 20231115
...方框内可以有选中标记。 CheckBox 组件还可以显示可选的文本标签,默认该标签位于 CheckBox 右侧。 CheckBox 使用 dataSource赋值时的的默认属性是:selected。 example 以下示例代码,创建了一个 CheckBox 实例。 package { import laya.ui.CheckBox; i...
来源: Laya3.0_api 发布时间: 20231115
...void Inherited from Button.label Defined in laya/ui/Button.ts:425 按钮的文本内容。 Returns string Inherited from Button.label Defined in laya/ui/Button.ts:429 按钮的文本内容。 Parameters value: string Returns void labelAlign get labelAlign(): string set labelAlign(value: string): voi...
来源: Laya3.0_api 发布时间: 20231115
...lue: string): void Defined in laya/ui/ComboBox.ts:433 默认的下拉提示文本。 Returns string Defined in laya/ui/ComboBox.ts:437 默认的下拉提示文本。 Parameters value: string Returns void destroyed get destroyed(): boolean Inherited from Node.destroyed Defined in laya/display/Node.ts...
来源: Laya3.0_api 发布时间: 20231115
...分包文件module.def 在**项目的根目录**,创建一个普通的空文本文件,并取名为`module.def` ,文件中输入内容如下: ```json module:"subpackage/b" path:"src/subpackage" ``` **module内的值代表的是分包生成的新js名称和路径。**上面示例中,subpacka...
来源: Laya2.0_文档 发布时间: 20210715
...canvas如何使用layaAir引擎 Laya native1.0.7, 引擎1.7.14beta,多行文本不换行 如何修改物理引擎中的图层 问题状态 最新活动: 2019-01-03 10:23 浏览: 2538 关注: 3 人 邓群豪 • 2019-07-23 10:45 你解决了吗 邓群豪 • 2019-07-23 10:44 这是android报错,...
来源: Laya_社区 发布时间: 20181119
...Defined in laya/ui/UIComponent.ts:281 鼠标悬停提示。 可以赋值为文本 String 或函数 Handler ,用来实现自定义样式的鼠标提示和参数携带等。 example private var _testTips:TestTipsUI = new TestTipsUI(); private function testTips():void { //简单鼠标提示 btn2.tool...
来源: Laya3.0_api 发布时间: 20231115
...rited from UIGroup.labelBold Defined in laya/ui/UIGroup.ts:395 表示按钮文本标签是否为粗体字。 Returns boolean Inherited from UIGroup.labelBold Defined in laya/ui/UIGroup.ts:399 表示按钮文本标签是否为粗体字。 Parameters value: boolean Returns void labelColors get labelCo...
来源: Laya3.0_api 发布时间: 20231115
...rited from UIGroup.labelBold Defined in laya/ui/UIGroup.ts:395 表示按钮文本标签是否为粗体字。 Returns boolean Inherited from UIGroup.labelBold Defined in laya/ui/UIGroup.ts:399 表示按钮文本标签是否为粗体字。 Parameters value: boolean Returns void labelColors get labelCo...
来源: Laya3.0_api 发布时间: 20231115
...elBold(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 labelColors(va...
来源: Laya3.0_api 发布时间: 20231115