cull(engine-cleanup): pass-8 phase-2 cascade round 3 after MyPageItemHome stub
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user