修了一下timeline
本来想重写的但是无力反抗(
This commit is contained in:
@@ -33,17 +33,17 @@ public class SubTab : MonoBehaviour
|
||||
//transform.position = new Vector3(transform.position.x, father.Title.transform.position.y, 0);
|
||||
}
|
||||
|
||||
public void GetClick()//?
|
||||
{
|
||||
if (connectObj[0] is GameElement)
|
||||
{
|
||||
EditorManager.instance.uiManager.hierarchy.FindTab((GameElement)connectObj[0]);
|
||||
}
|
||||
else
|
||||
{
|
||||
EditorManager.instance.uiManager.hierarchy.FindTab(((SubmoduleBase)connectObj[0]).attachedGameElement);
|
||||
}
|
||||
}
|
||||
// public void GetClick()//?
|
||||
// {
|
||||
// if (connectObj[0] is GameElement)
|
||||
// {
|
||||
// EditorManager.instance.uiManager.hierarchy.FindTab((GameElement)connectObj[0]);
|
||||
// }
|
||||
// else
|
||||
// {
|
||||
// EditorManager.instance.uiManager.hierarchy.FindTab(((SubmoduleBase)connectObj[0]).attachedGameElement);
|
||||
// }
|
||||
// }
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user