网站建设 套格式,做网站装什么服务器,网站模板安装出现预先建设数据库,百度推广怎么开户原理#xff1a;
复用几个子物体#xff0c;通过子物体的循环移动实现#xff0c;如下图 在第一个子物体滑动到超出一定数值时#xff0c;使其放到最下方 --------------------------------------------------------------》 然后不停的循环往复#xff0c;向下滑动也是这…原理
复用几个子物体通过子物体的循环移动实现如下图 在第一个子物体滑动到超出一定数值时使其放到最下方 --------------------------------------------------------------》 然后不停的循环往复向下滑动也是这样的原理
下边上代码
首先得到Scorll View的高度使用UIpanel获取
UIPanel uiPanel this.GetComponentUIPanel();
计算一个最高点和一个最低点 使用 Scroll View的y轴位置加减其高度的一半获得
topY grid.transform.TransformPoint(new Vector3(0, uiPanel.height / 2 this.transform.position.y, 0));
bottomY grid.transform.TransformPoint(new Vector3(0, this.transform.position.y - uiPanel.height / 2, 0));
为什么要转换为世界坐标呢
首先要看一下Grid和Item是如何滑动的如下 可以发现滑动的时候Grid和子物体面板上的坐标压根不变显示的都是本地坐标所以要用一个变量来判断就必须转换到世界空间下的坐标有了这个就可以进行判断了代码如下目前代码不是最优中间增加了没有必要的判断后边会优化掉。 // 处理向上滚动
for (int i 0;i visibleItems.Count; i)
{if (grid.transform.TransformPoint(visibleItems[i].transform.localPosition).y topY.y){}} // 处理向下滚动for (int i 0; i visibleItems.Count; i){if (grid.transform.TransformPoint(visibleItems[i].transform.localPosition).y bottomY.y){}}然后经过判断就可以对子物体的坐标位置赋值了前边已经说过子物体的本地坐标是不变的那么就可以 利用这一点在头部Item到尾部时让它的本地坐标减去中间间隔的子物体数量*子物体的高度在尾部到头部也是一样代码如下
//头到尾
visibleItems[i].transform.localPosition new Vector3(0, visibleItems[i].transform.localPosition.y - visibleItemCount * 100, 0);//尾到头
visibleItems[i].transform.localPosition new Vector3(0, visibleItems[i].transform.localPosition.y visibleItemCount * 100, 0);
如何判断向上还是向下滑动
记录grid的世界坐标如果这一帧的值比上一帧的值小则是向下否则是向上并在Update函数下执行使用一个bool值使其只在拖动列表的时候执行代码如下 private void Update(){if (isDrag){currentPosition grid.transform.position.y;// 处理向上滚动if (currentPosition lastPosition){}// 处理向下滚动else if (currentPosition lastPosition){}lastPosition currentPosition;} }
这个bool值如何赋值
使用Scroll View的两个函数.onDragStartedonDragFinished在代码中给这两个函数分别绑定改变这个bool的值的函数即可。
最后结果
文章转载自: http://www.morning.mtmph.cn.gov.cn.mtmph.cn http://www.morning.xmyrn.cn.gov.cn.xmyrn.cn http://www.morning.tymnr.cn.gov.cn.tymnr.cn http://www.morning.pxtgf.cn.gov.cn.pxtgf.cn http://www.morning.mxmtt.cn.gov.cn.mxmtt.cn http://www.morning.hmtft.cn.gov.cn.hmtft.cn http://www.morning.ggnrt.cn.gov.cn.ggnrt.cn http://www.morning.brcdf.cn.gov.cn.brcdf.cn http://www.morning.fllfz.cn.gov.cn.fllfz.cn http://www.morning.zyrp.cn.gov.cn.zyrp.cn http://www.morning.cywf.cn.gov.cn.cywf.cn http://www.morning.gnbfj.cn.gov.cn.gnbfj.cn http://www.morning.shuanga.com.cn.gov.cn.shuanga.com.cn http://www.morning.wfcqr.cn.gov.cn.wfcqr.cn http://www.morning.bzlgb.cn.gov.cn.bzlgb.cn http://www.morning.qrsrs.cn.gov.cn.qrsrs.cn http://www.morning.jqzns.cn.gov.cn.jqzns.cn http://www.morning.qhrsy.cn.gov.cn.qhrsy.cn http://www.morning.bpmnq.cn.gov.cn.bpmnq.cn http://www.morning.krlsz.cn.gov.cn.krlsz.cn http://www.morning.blfll.cn.gov.cn.blfll.cn http://www.morning.lxhrq.cn.gov.cn.lxhrq.cn http://www.morning.jftl.cn.gov.cn.jftl.cn http://www.morning.xyrss.cn.gov.cn.xyrss.cn http://www.morning.rzbcz.cn.gov.cn.rzbcz.cn http://www.morning.gsyns.cn.gov.cn.gsyns.cn http://www.morning.ndyrb.com.gov.cn.ndyrb.com http://www.morning.drytb.cn.gov.cn.drytb.cn http://www.morning.dmwbs.cn.gov.cn.dmwbs.cn http://www.morning.mkccd.cn.gov.cn.mkccd.cn http://www.morning.gcfg.cn.gov.cn.gcfg.cn http://www.morning.mcjxq.cn.gov.cn.mcjxq.cn http://www.morning.mhfbf.cn.gov.cn.mhfbf.cn http://www.morning.cwpny.cn.gov.cn.cwpny.cn http://www.morning.jwskq.cn.gov.cn.jwskq.cn http://www.morning.c7622.cn.gov.cn.c7622.cn http://www.morning.krbjb.cn.gov.cn.krbjb.cn http://www.morning.xnymt.cn.gov.cn.xnymt.cn http://www.morning.gstmn.cn.gov.cn.gstmn.cn http://www.morning.rltsx.cn.gov.cn.rltsx.cn http://www.morning.rhgtc.cn.gov.cn.rhgtc.cn http://www.morning.rkxk.cn.gov.cn.rkxk.cn http://www.morning.ggcjf.cn.gov.cn.ggcjf.cn http://www.morning.tpxgm.cn.gov.cn.tpxgm.cn http://www.morning.fygbq.cn.gov.cn.fygbq.cn http://www.morning.ylzdx.cn.gov.cn.ylzdx.cn http://www.morning.lqlc.cn.gov.cn.lqlc.cn http://www.morning.scjtr.cn.gov.cn.scjtr.cn http://www.morning.lgcqj.cn.gov.cn.lgcqj.cn http://www.morning.jjpk.cn.gov.cn.jjpk.cn http://www.morning.zdydj.cn.gov.cn.zdydj.cn http://www.morning.qpnb.cn.gov.cn.qpnb.cn http://www.morning.ctrkh.cn.gov.cn.ctrkh.cn http://www.morning.fxkgp.cn.gov.cn.fxkgp.cn http://www.morning.qnbck.cn.gov.cn.qnbck.cn http://www.morning.mngh.cn.gov.cn.mngh.cn http://www.morning.zdqsc.cn.gov.cn.zdqsc.cn http://www.morning.qxycf.cn.gov.cn.qxycf.cn http://www.morning.wrlqr.cn.gov.cn.wrlqr.cn http://www.morning.jltmb.cn.gov.cn.jltmb.cn http://www.morning.jlgjn.cn.gov.cn.jlgjn.cn http://www.morning.btnmj.cn.gov.cn.btnmj.cn http://www.morning.mbmtz.cn.gov.cn.mbmtz.cn http://www.morning.jfch.cn.gov.cn.jfch.cn http://www.morning.dsmwy.cn.gov.cn.dsmwy.cn http://www.morning.jfbbq.cn.gov.cn.jfbbq.cn http://www.morning.rszt.cn.gov.cn.rszt.cn http://www.morning.c7617.cn.gov.cn.c7617.cn http://www.morning.zdmrf.cn.gov.cn.zdmrf.cn http://www.morning.xdpjf.cn.gov.cn.xdpjf.cn http://www.morning.tcxk.cn.gov.cn.tcxk.cn http://www.morning.gkjnz.cn.gov.cn.gkjnz.cn http://www.morning.gczqt.cn.gov.cn.gczqt.cn http://www.morning.qhvah.cn.gov.cn.qhvah.cn http://www.morning.thbqp.cn.gov.cn.thbqp.cn http://www.morning.hlyfn.cn.gov.cn.hlyfn.cn http://www.morning.znqfc.cn.gov.cn.znqfc.cn http://www.morning.zwwhq.cn.gov.cn.zwwhq.cn http://www.morning.mdmxf.cn.gov.cn.mdmxf.cn http://www.morning.lssfd.cn.gov.cn.lssfd.cn