大约有 97 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0038 秒)
...close.png', 'comp/button.png', 'comp/image.png']; myTestUI.imgList.renderHandler = new Laya.Handler(this, onImgListRender); function onImgListRender(box: Laya.Box) { let model = box.dataSource; let panel = box.getChildByName('panel') as Laya.Panel; let img = panel....
来源: Laya_社区 发布时间: 20180514
...addChild(list); list.array =this.arr; list.renderHandler =new Laya.Handler(this,this.updateItem); this.listArr.push(list); //------------------------------------------------------------------------------ updateItem(cell:Item,index:number){ ...
来源: Laya_社区 发布时间: 20190522
...onstructor() { super(); this.list_rule.hScrollBarSkin = ""; this.list_rule.renderHandler = new Laya.Handler(this, this.updateItem); this.list_rule.scrollBar.changeHandler = new Laya.Handler(this, this.onChange) this.list_rule.mouseHandler = new Laya.Handler(this, this.onMouse) } onOpened(param: any)...
来源: Laya_社区 发布时间: 20181112
...= ""; list.repeatX = 1; list.repeatY = 10; list.selectEnable = false; list.renderHandler = new Handler(this, function(cell, index) { cell.setImg(cell.dataSource); }); this.roombg.addChild(list); var data = []; for (var i = 0; i < 1; ++i) { data.push("11"); } list.array = data; } 2017-09-20 添加...
来源: Laya_社区 发布时间: 20170920
...new Laya.Particle2D 报错 2.0 beta4 ts 含demo 在纵向滑动 list 的 renderHandler中给item中的Label组件赋值 字体被释放 为什么IDE点发布后,把待发布的文件夹里面的libs目录删除,在微信开发工具中各种报错? laya 2.2.0打包vivo出错 2.2.0: safari浏...
来源: Laya_社区 发布时间: 20190923
...轴心点会影响对象位置,缩放中心,旋转中心。Sprite renderHandler : Handler Tree 实例的渲染处理器。 Tree right : Number 从组件右边到其内容区域右边之间的水平距离(以像素为单位)。 Component rotation : Number旋转角度,默认值为0。...
来源: laya_api 发布时间: 20170929
...轴心点会影响对象位置,缩放中心,旋转中心。Sprite renderHandler : Handler Tree 实例的渲染处理器。 Tree right : Number 从组件右边到其内容区域右边之间的水平距离(以像素为单位)。 UIComponent rotation : Number旋转角度,默认值为0。...
来源: Laya2.0_api 发布时间: 20190513