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

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

1. laya.ui.List_API3.0 [ 100%]

...ny set selectedItem(value: any): void Defined in laya/ui/List.ts:856 当前选中的单元格数据源。 Returns any Defined in laya/ui/List.ts:861 当前选中的单元格数据源。 Parameters value: any Returns void selection get selection(): UIComponent set selection(value: UIComponent): void ...

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

2. laya.ui.ComboBox_API3.0 [ 73%]

...显示列表。 } private function onSelect(index:int):void { trace("当前选中的项对象索引: ",index); } } } example Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load("resource/ui/button.png",laya.utils.Handle...

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

3. laya.ui.Tree_API3.0 [ 57%]

...时,将被识别为树结构的项的背景。2帧:悬停时背景、选中时背景。 selectBox.height = 24; selectBox.x = 13; selectBox.y = 0; selectBox.left = 12; this.addChild(selectBox);//需要使用this.访问父类的属性或方法。 var folder = new laya.ui.Clip("resource/ui/clip_tre...

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