大约有 2 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0024 秒)
...andler = new Handler(this, onSelect);//设置 list 改变选择项执行的处理器。 Laya.stage.addChild(list);//将 list 添加到显示列表。 } private function onSelect(index:int):void { trace("当前选择的项目索引: index= ", index); } } } import laya.ui.Box; import laya.ui.Label; ...
来源: Laya3.0_api 发布时间: 20231115
...(value: Handler): void Defined in laya/ui/Tree.ts:382 单元格鼠标事件处理器。 默认返回参数(e:Event,index:int)。 Returns Handler Defined in laya/ui/Tree.ts:386 单元格鼠标事件处理器。 默认返回参数(e:Event,index:int)。 Parameters value: Handler Returns void mo...
来源: Laya3.0_api 发布时间: 20231115