大约有 2 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0014 秒)
...hange); Laya.stage.addChild(vs); } function onChange(value) { console.log("滚动条的位置: value=" + value); } })();module laya { import Stage = Laya.Stage; import HScrollBar = Laya.HScrollBar; import VScrollBar = Laya.VScrollBar; import Handler = Laya.Handler; import WebGL = Laya.WebGL; expor...
来源: Laya_示例 发布时间: 20241117
...; list.y = (Laya.stage.height - HEI * list.repeatY) / 2; // 使用但隐藏滚动条 list.vScrollBarSkin = ""; list.selectEnable = true; list.selectHandler = new Handler(this, onSelect); list.renderHandler = new Handler(this, updateItem); Laya.stage.addChild(list); // 设置数据项为对应图片...
来源: Laya_示例 发布时间: 20241117