大约有 112 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0032 秒)
Laya_社区(97) Laya3.0_api(6) Laya2.0_文档(3) Laya3.0_文档(2) laya_api(1) Laya2.0_api(1) Laya_示例(1) Laya2.0_示例(1)
...化数据 } 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
...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
...e.log(this.ui.List.localToGlobal(new Laya.Point(0, 0)));我想获取List下cell的坐标, 但是不管怎么拖动, 打印出来的数值都是一样的,不知道是使用错误还是哪里设置错误 2017-03-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...
来源: Laya_社区 发布时间: 20170329
list渲染的时候取不到cell.x的值【不必现】 list.array正确赋值了,但在渲染的时候 renderItems函数内的X值未NaN。会导致list不能显示出其内容。 版本1.7.9 附件 : --> 2018-06-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...
来源: Laya_社区 发布时间: 20180601
...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
...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
...erHandler = new Handler(this, onRender); function onRender(cell,index){ //如果索引不再可索引范围,则终止该函数 if(index > json.length)return; //获取当前渲染条目的数据 ...
来源: Laya_社区 发布时间: 20180717
...使用 你们的 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
...--------------------------------------------------------------- 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
...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