/// <summary> /// 获取所有界面组。 /// </summary> /// <returns>所有界面组。</returns> public IUIGroup[] GetAllUIGroups() { return(m_UIManager.GetAllUIGroups()); }