我有一个由三个面板组成的预制件,每个面板都与上面的面板相连。我将预制件实例化到场景中。我有另一个脚本需要引用该预制件中的最后一个面板。
我试过 getChild 但没有成功。我不确定我应该如何设置:
public Transform myPanel; //(For clarity I should point out that I do not have a reference for myPanel.)
到:
public Transform theSpecificPanelInThePrefabInstance;
临摹微笑
函数式编程
相关分类