Scroll Rect中的图像位于游戏模式中

时间:2015-08-21 09:20:13

标签: user-interface unity3d scrollrect

我在滚动矩形内部的图像位置遇到问题。当我处于游戏模式时,位置会自动改变。因此图像会自动填充Scroll Rect。我需要它在底部。感谢

普通模式:

enter image description here

游戏模式:

enter image description here

Scroll Rect:

enter image description here

1 个答案:

答案 0 :(得分:1)

您需要在检查器中将Movement Type设置为Unrestricted。您的内容设置为Elastic,这会将您的内容反弹回来。