This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
public enum UIWindowType
{
Normal, //普通的(打开的时候,关闭其他UI)
PopupTip, //弹窗的(打开的时候,不关其他UI)
Fixed, //常显UI
}
public enum UIWindowLayer
// 必须连续,数值越大,层级越高, todo 精简层级
None = 0,
BackGround, //
Normal, //普通层级
ForeGround, //
Tips, //提示层级
Guide,//新手引导层
Waiting, //菊花层级
Max //最高层级