0

我试图弄清楚如何通过 c# 更改我的 UIPanel 中的 topAnchor 点。

这是我尝试的方法:

// The GameObject I want as my new Anchor //
GameObject searchField = GameObject.Find("UI_InfinityScroller/SearchUser");
Transform s = searchField.transform;

// The gameobject in which i want the new Anchor Point //
UIPanel test = GameObject.Find("UI_InfinityScroller/ScrollView").GetComponent<UIPanel>();
test.topAnchor.target = s;

这无济于事。它不会改变我的topAnchor?我不确定我做错了什么,任何帮助表示赞赏。

提前致谢 :-)

4

0 回答 0