cull(engine-cleanup): pass-8 phase-2 cascade round 3 after MyPageItemHome stub

This commit is contained in:
gamer147
2026-07-03 22:01:31 -04:00
parent e9b112d083
commit 17b436d33d
19 changed files with 1 additions and 393 deletions

View File

@@ -238,9 +238,6 @@ public class DialogBase : MonoBehaviour
[SerializeField]
private UIButton CloseButton;
[SerializeField]
private GameObject TitleObjs;
[SerializeField]
private UILabel titleLabel;
@@ -1099,12 +1096,6 @@ public class DialogBase : MonoBehaviour
backView.SetActive(inActive);
}
public void SetDialogAlpha(bool inDisp)
{
float alpha = (inDisp ? 1f : 0f);
base.gameObject.GetComponent<UIPanel>().alpha = alpha;
}
public void AttachToScrollView(Transform t)
{
t.parent = scrollView.transform;