public static void HideAll() { foreach (KeyValuePair <string, GameObject> current in PanelManager._panelDict) { PanelManager.Hide(current.Key); } }
public static void HidePanel(string panelName) { PanelManager.Hide(panelName); }