大约有 54 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0031 秒)
Laya_社区(20) Laya2.0_文档(12) Laya2.0_api(5) laya_api(5) Laya3.0_api(4) Laya3.0_文档(4) Laya2.0_示例(2) Laya_示例(2)
...up labels : String 标签集合字符串。以逗号做分割,如"item0,item1,item2,item3,item4,item5"。 UIGroup labelSize : int 表示按钮文本标签的字体大小。 UIGroup labelStroke : Number 描边宽度(以像素为单位)。 默认值0,表示不描边。 UIGroup labelStrokeC...
来源: Laya2.0_api 发布时间: 20190513
...ll) — 下拉列表的标签集字符串。以逗号做分割,如"item0,item1,item2,item3,item4,item5"。 Method DetailchangeItem()method protected function changeItem():void 更改下拉列表。 changeOpen()method protected function changeOpen():void 更改下拉列表的打开状态。 creat...
来源: laya_api 发布时间: 20170929
...ll) — 下拉列表的标签集字符串。以逗号做分割,如"item0,item1,item2,item3,item4,item5"。 Method DetailchangeItem()method protected function changeItem():void 更改下拉列表。 changeOpen()method protected function changeOpen():void 更改下拉列表的打开状态。 creat...
来源: Laya2.0_api 发布时间: 20190513
...t;string, string>> { return [{ name: "Item0", value: "0" }, { name: "Item1", value: "1" }]; } //将enumSource设置为一个字符串,表示使用该名字的属性作为下拉数据源 @property({ type: String, enumSource: "itemsProvider" }) enumItems: string; 3、IDE中执行生命周期...
来源: Laya3.0_文档 发布时间: 20251010