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

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

21. list获取box问题 [ 76%]

list获取box问题 请问,list数据源是10条数据,为什么_cells里box有20个? 另外通过list.getChildByName("item0")获取box吗? 谢谢。 附件 : --> 2018-10-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关...

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

22. list 加载动画为什么实现效果会错乱掉? [ 74%]

...m); Laya.stage.addChild(list); list.array = effList; } function updateItem(cell, index) { console.log(cell.dataSource); cell.setImg(cell.dataSource); } function onSelect(index) { console.log("当前选择索引:" + index); }     我想实现效果是   设置每个特效宽高都为80 * 8...

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

23. 分享:List相关(Item增删功能) [ 73%]

...} } } var sp:Sprite=new Sprite(); } //渲染List private function onRender(cell:Box,index:int):void { //如果索引再可索引范围,则终止该函数 if(index<0||index>arr.length)return; var data:Object=arr[index];//获取当前渲染条目数据 var clip:Clip=cell.getChildByName("...

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

24. laya.ui.List [ 71%]

...且list内无动画,设置此属性为true能大大提高性能 List  cells : Vector.<Box>[read-only] 单元格集合。 List centerX : Number 在父容器中,此对象水平方向中轴线与父容器水平方向中心线距离(以像素为单位)。 Component centerY : N...

来源: laya_api 发布时间: 20170929

25. laya.ui.List [ 71%]

...且list内无动画,设置此属性为true能大大提高性能 List  cells : Vector.<Box>[read-only] 单元格集合。 List centerX : Number 在父容器中,此对象水平方向中轴线与父容器水平方向中心线距离(以像素为单位)。 UIComponent centerY :...

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

26. List翻页效果怎么实现 [ 70%]

...bg_help_0${i}.png`) } this.list_rule.array = imgArray; } public updateItem(cell: Laya.Box, index: number): void { let img_rule = cell.getChildByName("img_rule") as Laya.Image; img_rule.skin = cell.dataSource let text_info = cell.getChildByName("text_des") as Laya.Text; let i18n = Laya.loader.getRes(...

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

27. Image.loadImage 方法加载问题 [ 69%]

...is.publicSpaceList.array = this.publicSpacesInfo; } private updateListItem(cell: gamepublicspaceitem.PublicSpaceItem, index: number) : void {          cell.publicSpaceData = cell.dataSource; } module gamepublicspaceitem {  export class PublicSpaceItem extends Laya.Box  {   public static ...

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

28. List修改datasource数据时候出现部分数据能被修改 [ 69%]

...ya.stage.addChild(this.mainUI); }; GameMain.prototype.onRender = function (cell, index) { if(index <0 || index >= dataSource.length) return; var data = dataSource[index]; var chBox = cell.getChildByName('chBox'); var img = cell.getChildByName('img'); if(!data.type) { chBox.skin = "../laya/asse...

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

29. 关于list里注册事件和移除事件 [ 69%]

...utton点击事件?还是用清除点击事件?private updateItem(cell: Laya.Box, index: number): void { let btn: Laya.Button = cell.getChildByName("btn") as Laya.Button; btn.on(Laya.Event.CLICK, this, this.on_test); } 附件 : --> list.png 2018-08-10 添加评论 免费帖 --> 分享 微...

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

30. laya list组件,如果有多页信息,怎么实现翻页丫?? [ 69%]

...bg_help_0${i}.png`) } this.list_rule.array = imgArray; } public updateItem(cell: Laya.Box, index: number): void { let img_rule = cell.getChildByName("img_rule") as Laya.Image; img_rule.skin = cell.dataSource let text_info = cell.getChildByName("text_des") as Laya.Text; let i18n = Laya.loader.getRes(...

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