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

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

1. 源码List一次代码错误 [ 100%]

...createItems = function (startY, numX, numY) { var box = this._content; var cell = this._getOneCell(); var cellWidth = cell.width + this._spaceX; var cellHeight = cell.height + this._spaceY; if (this.cacheContent) { var cacheBox = new Box(); cacheBox.cacheAsBitmap = true; cacheBox.pos((this._isVertic...

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

2. List 组件做手风琴Demo [ 96%]

...--------------------------------------------------------------- updateItem(cell:Item,index:number){           var img1 = cell.getChildByName("img1") as Laya.Image;         var img2 = cell.getChildByName("img2") as Laya.Image;         img1.on("click",this,this.onRefresh,[inde...

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

3. list有办法获取到全部cell吗? [ 95%]

list有办法获取到全部cell吗? 看了下api,getCell获取是当前可视cells长度也对,我定义list里面有20个box,cells输出长度为10,请问有没有获取到全部20个box接口呢? 2018-08-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...

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

4. Listcells值和显示数量一样 [ 94%]

Listcells值和显示数量一样 2017-12-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关链接 提交 2 个回复 Laya_Aaron 赞同来自: 能详细描述一下这个问题吗,最好附上截图,环境,demo之类 201...

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

5. UI-List [ 92%]

....push("res/ui/listskins/5.jpg"); } list.array = data; } private updateItem(cell: Item, index: number): void { cell.setImg(cell.dataSource); } private onSelect(index: number): void { console.log("当前选择索引:" + index); } } import Box = Laya.Box; import Image = Laya.Image; class Item exte...

来源: Laya2.0_示例 发布时间: 20241117

6. UI-List [ 92%]

..."../../res/ui/listskins/5.jpg"); } list.array = data; } private updateItem(cell: Item, index: number): void { cell.setImg(cell.dataSource); } private onSelect(index: number): void { console.log("当前选择索引:" + index); } } import Box = Laya.Box; import Image = Laya.Image; class Item exte...

来源: Laya_示例 发布时间: 20241117

7. laya.d3.core.scene.bvh.BVHSpatialBox_API3.0 [ 91%]

...ox BVHRenderBox Index Constructors constructor Accessors parent Methods addCell destroy fillCell fillRemove getItemByCameraCullInfo getItemByFrustum getItemBySCI getList getNearlist getchild0 getchild1 isContentBox isRoot recaculateBox removeCell splitBox traverseBoundsCell sciContainsBox sciInterse...

来源: Laya3.0_api 发布时间: 20231115

8. laya.d3.core.scene.bvhscenerendermanager.BVHRenderBox_API3.0 [ 90%]

...t; BVHRenderBox Index Constructors constructor Accessors parent Methods addCell destroy fillCell fillRemove getItemByCameraCullInfo getItemByFrustum getItemBySCI getList getNearlist getchild0 getchild1 isContentBox isRoot recaculateBox removeCell splitBox traverseBoundsCell sciContainsBox sciInterse...

来源: Laya3.0_api 发布时间: 20231115

9. list item 添加事件后无法监听 [ 87%]

...ew Handler(this, updateItem);     return list; }  function updateItem(cell, index) {     console.log(index);     // console.log(cell.dataSource);     cell.setImg(cell.dataSource[index]);     cell.on(Laya.Event.CLICK, function() {         console.log("click")     }) }...

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

10. 在微信小游戏中使用list,兼听到mouseHandler跟selectHandler。 [ 86%]

...听到mouseHandler跟selectHandler。 需求:需要对list中每个cell设置监听 问题:在微信小游戏中使用list,监听到mouseHandler跟selectHandler,但是renderHandler回调是正常。1、我对list设置了on去监听mouse事件,可以触发回调 on 上面...

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