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

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

91. typescipt在一定范围内加载图片按照等比排列 [ 60%]

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

92. List 组件做的手风琴Demo [ 57%]

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

93. List翻页效果怎么实现 [ 56%]

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

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

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

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

...new Laya.Particle2D 报错 2.0 beta4 ts 含demo 在纵向滑动 listrenderHandler中给item中的Label组件赋值 字体被释放 为什么IDE点发布后,把待发布的文件夹里面的libs目录删除,在微信开发工具中各种报错? laya 2.2.0打包vivo出错 2.2.0: safari浏...

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

96. laya.ui.Tree [ 47%]

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

来源: laya_api 发布时间: 20170929

97. laya.ui.Tree [ 46%]

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

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