大约有 16 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0026 秒)
...tX =1; list.repeatY =this.arr.length; list.itemRender =Item; //Item 为继承BOX类 list.vScrollBarSkin =""; Laya.stage.addChild(list); list.array =this.arr; list.renderHandler =new Laya.Handler(this,this...
来源: Laya_社区 发布时间: 20190522
...bug 请有解决的时间节点了或解决了麻烦回复下 如何使用itemRender来给一个list中的组件配上一个包含不同名称 图片 按钮的操作 苹果手机来回关闭背景音乐以后会出现报错[已解决] 关于苹果对UIWebKit的限制 问题状态 最新活动: 2021-...
来源: Laya_社区 发布时间: 20210111
... • 2019-05-15 11:48 @Laya_Aaron:像Laya.List的话,类似this.myList.itemRender=我的自定义类名 Laya_Aaron • 2019-05-15 16:43 @1555918138用户:https://ldc.layabox.com/doc/?nav=zh-as-3-2-0 是这个里面的样子吗? 1555918138用户 • 2019-05-16 09:27 @Laya_Aaron:不是。官方用...
来源: Laya_社区 发布时间: 20190514
...: void { var list = new List(); list.itemRender = Item; list.repeatX = 3; list.repeatY = 3; list.x = 50; list.y = 100; list.spaceX = -50; list.spaceY = ...
来源: Laya_社区 发布时间: 20210122
...问题 this.publicSpaceList = new Laya.List(); this.publicSpaceList.itemRender = gamepublicspaceitem.PublicSpaceItem; this.publicSpaceList.repeatX = 1; this.publicSpaceList.repeatY = 3; this.publicSpaceList.spaceY = 0; // this.publicSpaceList.x = 22; this.publicSpaceList.y = 100; this.publicSp...
来源: Laya_社区 发布时间: 20170923
...kListItem", Laya.Box); //rankList var rankList = new Laya.List(); rankList.itemRender = RankListItem; rankList.repeatX = 1; rankList.repeatY = 4; // 使用但隐藏滚动条 rankList.vScrollBarSkin = ""; // rankList.selectEnable = true; // rankList.selectHandler = new Laya.Handler(this, onSelect); r...
来源: Laya_社区 发布时间: 20180416