// UI面板管理者相关方法 public void StartUIPanel(GameObject obj) { uiPanelManager.StartUIPanel(obj); uiPanelManager.RuntimeAction(obj); }