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.
namespace Game
{
/// <summary>
/// UI页面枚举,同时定义显示层级
/// </summary>
public enum EuiPage
Default,
Hud,
HeadBar,
GmPanel,
Loading,
PlayerTouch,
SkillGm,
Bag,
Drama,
Die,
BlessChoose,
Combo,
Weapon,
BlessList,
}
/// UI组件枚举,需要池化的非item组件放在这里,item组件使用FGUI自带的池子
public enum EuiComponent
Headbar,
public enum EuiPackage
Common,
Battle,
public enum EuiPageType
FullScreen,
FullScreenResident,
Component,
Brother,