public static void ClearGUIProperty(this GUIWindow window, string which) { window.SetGUIProperty(which, " "); }