LoopScrollRect
LoopScrollRect copied to clipboard
通过UI/Loop Vertical Scroll Rect创建出来的模版,在使用无尽模式(也就是totalCount=-1),会出现拖拽闪动的问题
目前对比了一下Demo提供案例 在创建的地方修改了这些参数,似乎好了 layoutGroup.childForceExpandWidth = false; layoutGroup.childForceExpandHeight = false; layoutGroup.childControlHeight = true; layoutGroup.childControlWidth = true;