Unity Scroll View在Clamped模式下无法移动

Unity Scroll View在Clamped模式下无法移动,第1张

稍微专业一些的问题,还是用Google去查吧

Q: Scrollrect Clamp Not Working

Hi All, I'm trying to implement a vertical scrollrect using the clamped movement type but for some reason it will not move when the type is set to clamp. If I set it to unrestricted or elastic it works but I need to clamp the contents to the view to prevent it from infinitely scrolling or snapping back to the middle. I have tried to disable the inertia and change with the options, but clamp just does not work. My Unity Version is 2020.3.11f1.

A:

Turns out the content size was set to full size and the height needed to be set to a specified amount of space.

无法移动的情况

Content与Viewport大小一致,就无法移动,大于Viewport才可以移动。

正确的布局设置

欢迎分享,转载请注明来源:内存溢出

原文地址: https://www.outofmemory.cn/langs/796213.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-06
下一篇 2022-05-06

发表评论

登录后才能评论

评论列表(0条)

保存