• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 97 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0035 秒)

91. LayaAirAS3_2.2.0_beta4的libs中怎么没有laya.wx.mini包? [ 52%]

...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

92. List选中项下滚会变 [ 51%]

...5:29 建议你参考下https://ask.layabox.com/question/3232,,,利用renderHandler和selectHandler去做!

来源: Laya_社区 发布时间: 20170805

93. List 组件做的手风琴Demo [ 47%]

...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

94. List翻页效果怎么实现 [ 46%]

...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

95. list ,增加item ,我想在末尾增加,但是每次都给我翻倍的增加,如何解决 [ 43%]

...= ""; 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

96. laya.ui.Tree [ 42%]

...轴心点会影响对象位置,缩放中心,旋转中心。Sprite  renderHandler : Handler Tree 实例的渲染处理器。 Tree right : Number 从组件右边到其内容区域右边之间的水平距离(以像素为单位)。 Component rotation : Number旋转角度,默认值为0。...

来源: laya_api 发布时间: 20170929

97. laya.ui.Tree [ 41%]

...轴心点会影响对象位置,缩放中心,旋转中心。Sprite  renderHandler : Handler Tree 实例的渲染处理器。 Tree right : Number 从组件右边到其内容区域右边之间的水平距离(以像素为单位)。 UIComponent rotation : Number旋转角度,默认值为0。...

来源: Laya2.0_api 发布时间: 20190513