两个方法:一是分别改变ScrollView的localPosition和UIPanel的clipOffset,只改变一个值的话,窗口位置会变,所以使用的时候,是设置相反的两个值。
二是使用SpringPanel.Begin(GameObject go, Vector3 pos, float strength),设置UIPanel初始位置
注意一定要在scrollview的ResetPosition和grid的repositionNow之后来做,不然有重置位置了
两个方法:一是分别改变ScrollView的localPosition和UIPanel的clipOffset,只改变一个值的话,窗口位置会变,所以使用的时候,是设置相反的两个值。
二是使用SpringPanel.Begin(GameObject go, Vector3 pos, float strength),设置UIPanel初始位置
注意一定要在scrollview的ResetPosition和grid的repositionNow之后来做,不然有重置位置了