cull(engine-cleanup): pass-8 phase-2 cascade round 2 after MyPageItemHome stub
This commit is contained in:
@@ -12,25 +12,5 @@ public class MyPageItem : MonoBehaviour
|
||||
[SerializeField]
|
||||
private MyPageCardPanel[] _cardPanelList;
|
||||
|
||||
private MyPageMenu _parent;
|
||||
|
||||
private bool cardAnimationInitialized;
|
||||
|
||||
protected MyPageCardPanelAnimation CardAnimation => _cardMove;
|
||||
|
||||
public bool IsEnableFooterCurrentMenu { get; set; }
|
||||
|
||||
protected void SaveCardPanelDefaultPosition()
|
||||
{
|
||||
int num = _cardPanelList.Length;
|
||||
if (num > 0)
|
||||
{
|
||||
Vector3[] array = new Vector3[num];
|
||||
for (int i = 0; i < num; i++)
|
||||
{
|
||||
array[i] = _cardPanelList[i].SavePosition();
|
||||
}
|
||||
CardAnimation.UpdateCardPanelDefaultPosition(array);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user