string[] panelNames = Enum.GetNames (typeof(UIPanelType));
返回一个字符串的数组,UIPanelType是一个枚举类型
Enum在System命名空间下