namespace CreatGame.UI { /// /// 窗口层级 /// public enum UILayer { Main, Popup, Notify, System, } }