Skip to Content

hostframebackgroundbehindbelow

API 含义

  • host(HostType.SCREEN):居中普通界面面板,按 Screen 路径渲染
  • host(HostType.MENU):菜单布局,带玩家背包区域和可选 below 带
  • frame(FramePainter):面板风格(FizzyFrameMotiveFrame
  • background(BgPainter):绘制 frame 内容区域底图
  • behind(BehindPainter):绘制整屏背后层(模糊/渐变/图片/纯色)
  • below(ElementPainter):挂到 frame 的 below 区域(currentBelowArea()

可用 painter

  • Background:FizzyBg(BgType)SoildColorBg
  • Behind:BlurBehindVanillaBehindImageBehindSoildColorBehind
  • Frame:FizzyFrameMotiveFrameEasyFrame 当前为空壳)
Last updated on