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

大约有 77 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0071 秒)

1. laya.utils.TimeLine_API3.0 [ 100%]

...meLine Defined in laya/utils/TimeLine.ts:122 在时间队列中加入一个标签Parameters label: string 标签名称。 offset: number 标签相对于上个动画的偏移时间(单位:毫秒)。 Returns TimeLine destroy destroy(): void Defined in laya/utils/TimeLine.ts:443 彻底销毁此...

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

2. laya.html.dom.HTMLDivElement_API3.0 [ 64%]

...ement Class HTMLDivElement HTML图文类,用于显示html内容 支持的标签如下: a:链接标签,点击后会派发"link"事件 比如:a div:div容器标签,比如:abc span:行内元素标签,比如:abc p:行元素标签p标签会自动换行,div不会,比如:abc img:图片标签...

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

3. laya.ui.ComboBox_API3.0 [ 64%]

...;//创建一个 ComboBox 类的实例对象 comboBox ,传入它的皮肤和标签集。 comboBox.x = 100;//设置 comboBox 对象的属性 x 的值,用于控制 comboBox 对象的显示位置。 comboBox.y = 100;//设置 comboBox 对象的属性 x 的值,用于控制 comboBox 对象的显示位...

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

4. laya.ui.CheckBox_API3.0 [ 64%]

...内可以有选中标记。 CheckBox 组件还可以显示可选的文本标签,默认该标签位于 CheckBox 右侧。 CheckBox 使用 dataSource赋值时的的默认属性是:selected。 example 以下示例代码,创建了一个 CheckBox 实例。 package { import laya.ui.CheckBox; import ...

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

5. laya.ui.Button_API3.0 [ 60%]

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

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

6. laya.ui.Radio_API3.0 [ 59%]

...fault value skin: string = null 皮肤。 Default value label: string = "" 标签。 Returns Radio Properties Optional _extra _extra: INodeExtra Implementation of ISelect._extra Inherited from Node._extra Defined in laya/display/Node.ts:56 _graphics _graphics: AutoBitmap Inherited from Button._graph...

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

7. laya.ui.RadioGroup_API3.0 [ 57%]

...信息。 radioGroup.labels = "item0,item1,item2";//设置 radioGroup标签集。 radioGroup.skin = "resource/ui/radio.png";//设置 radioGroup 的皮肤。 radioGroup.space = 10;//设置 radioGroup 的项间隔距离。 radioGroup.selectHandler = new Handler(this, onSelect);//设置 radioGroup ...

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

8. laya.ui.Tab_API3.0 [ 57%]

...//设置 tab 的皮肤。 tab.labels = "item0,item1,item2";//设置 tab 的标签集。 tab.x = 100;//设置 tab 对象的属性 x 的值,用于控制 tab 对象的显示位置。 tab.y = 100;//设置 tab 对象的属性 y 的值,用于控制 tab 对象的显示位置。 tab.selectHandler = new ...

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

9. laya.display.Node_API3.0 [ 55%]

...称。 Optional tag tag: string Defined in laya/display/Node.ts:62 节点标签 Accessors active get active(): boolean set active(value: boolean): void Defined in laya/display/Node.ts:655 获取自身是否激活。 Returns boolean 自身是否激活。 Defined in laya/display/Node.ts:663 设置是...

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

10. laya.ui.UIGroup_API3.0 [ 53%]

...新的 Group 类实例。 Parameters Default value labels: string = null 标签集字符串。以逗号做分割,如"item0,item1,item2,item3,item4,item5"。 Default value skin: string = null 皮肤。 Returns UIGroup Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined ...

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