host、frame、background、behind、below
API 含义
host(HostType.SCREEN):居中普通界面面板,按 Screen 路径渲染host(HostType.MENU):菜单布局,带玩家背包区域和可选 below 带frame(FramePainter):面板风格(FizzyFrame、MotiveFrame)background(BgPainter):绘制 frame 内容区域底图behind(BehindPainter):绘制整屏背后层(模糊/渐变/图片/纯色)below(ElementPainter):挂到 frame 的 below 区域(currentBelowArea())
可用 painter
- Background:
FizzyBg(BgType)、SoildColorBg - Behind:
BlurBehind、VanillaBehind、ImageBehind、SoildColorBehind - Frame:
FizzyFrame、MotiveFrame(EasyFrame当前为空壳)
Last updated on