大约有 2 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0030 秒)
...位置。 tab.selectHandler = new Handler(this, onSelect);//设置 tab 的选择项发生改变时执行的处理器。 Laya.stage.addChild(tab);//将 tab 添到显示列表。 } private function onSelect(index:int):void { trace("当前选择的表情页索引: index= ", index); } } } example Laya.i...
来源: Laya3.0_api 发布时间: 20231115
...er selectHandler: Handler Defined in laya/ui/UIGroup.ts:28 改变 Group 的选择项时执行的处理器,(默认返回参数: 项索引(index:int))。 Optional tag tag: string Inherited from Node.tag Defined in laya/display/Node.ts:62 节点标签 Static drawtocanvCtx drawtocanvCtx: Context...
来源: Laya3.0_api 发布时间: 20231115