123
This commit is contained in:
parent
d0bd7ace01
commit
fa345cba57
|
@ -57,6 +57,7 @@ namespace Adam
|
|||
|
||||
public void SwitchPanel()
|
||||
{
|
||||
UIManager.Instance.threeDTip.gameObject.SetActive(false);
|
||||
GoToTheScenePlane.SetActive(false);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -81,7 +81,6 @@ public class UIManager : MonoSingleton<UIManager>
|
|||
{
|
||||
threeDTip.transform.parent.gameObject.SetActive(true);
|
||||
threeDTip.text = name;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue