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

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

21. LIST renderHandler的ITEM高度自定义后,设置content变更其内部容器大小不生效 [ 90%]

...化数据 }   ViewActivityLimitedTask.prototype.onItemUpdate = function(_cell, _index) {     var data = this.mList_.task_info[_index];     if (data) {         _cell.layer_one.visible = (-1 == data.task_id);         _cell.layer_two.visible = !_cell.layer_one.visible;         _cell.he...

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

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

23. List下使用 localToGlobal 获取坐标错误 [ 90%]

...e.log(this.ui.List.localToGlobal(new Laya.Point(0, 0)));我想获取List下cell的坐标, 但是不管怎么拖动, 打印出来的数值都是一样的,不知道是使用错误还是哪里设置错误 2017-03-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...

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

24. list渲染的时候取不到cell.x的值【不必现】 [ 90%]

list渲染的时候取不到cell.x的值【不必现】 list.array正确赋值了,但在渲染的时候  renderItems函数内的X值未NaN。会导致list不能显示出其内容。 版本1.7.9 附件 : --> 2018-06-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...

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

25. laya.d3.core.scene.bvh.BVHSpatial_API3.0 [ 90%]

...tial Index Constructors constructor Accessors bvhSpatialBox Methods addOne cellLegal destroy getItemByCameraCullInfo getItemByFrustum getItemBySCI motionOne rebuild removeOne update Constructors constructor new BVHSpatial(bvhConfig?: BVHSpatialConfig, bvhManager?: BVHSpatialManager): BVHSpatial Defi...

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

26. laya.d3.core.scene.bvhscenerendermanager.BVHRenderSpatial_API3.0 [ 90%]

...tial Index Constructors constructor Accessors bvhSpatialBox Methods addOne cellLegal destroy getItemByCameraCullInfo getItemByFrustum getItemBySCI motionOne rebuild removeOne update Constructors constructor new BVHRenderSpatial(bvhConfig?: BVHSpatialConfig, bvhManager?: BVHSpatialManager): BVHRender...

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

27. 使用getChildByName()无法得到子节点对象 [ 90%]

...erHandler = new Handler(this, onRender);         function onRender(cell,index){             //如果索引不再可索引范围,则终止该函数             if(index > json.length)return;             //获取当前渲染条目的数据       ...

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

28. list 下 生成图片模糊 [ 89%]

...使用 你们的 list 1.7 版的 一个list }, _render_bigList: function (cell, idx) { var data = this.bigList.array; if (idx >= data.length) { return; } cell.removeChildren(); var root = cell.getChildByName('root'); if (!root) { root = new Sprite(); root.pos(0, 0); root.name = "root"; cell.addCh...

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

29. List 组件做的手风琴Demo [ 89%]

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

30. List滚动条问题 [ 89%]

...st.array = that._items;updateitem代码如下: function UpdateMarketItem(cell, index) { // {id:1,name:"10金豆-测试",price:0.01,title:"10金豆-测试",desc:"测试",balance:10,gift:0,imgPath:"res\\common\\BalanceSellDlg\\xiaodou.png",hot:1,orderCount:9} cell.setGold(cell.dataSource.balance + c...

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