| | |
| | | |
| | | private void OperationTimeUpdateEvent(OperationType operation) |
| | | { |
| | | if (operation == OperationType.default47) |
| | | if (operation == OperationType.TimeRush) |
| | | { |
| | | var list = manager.GetTabIDList(); |
| | | if (list.IsNullOrEmpty()) |
| | |
| | | { |
| | | var _cell = cell.GetComponent<TimeRushTaskCell>(); |
| | | _cell?.Display(cell.index, cell, taskList); |
| | | manager.PlayAnimationSync?.Invoke(); |
| | | } |
| | | |
| | | private void OnRefreshGiftCell(ScrollerDataType type, CellView cell) |
| | | { |
| | | var _cell = cell.GetComponent<TimeRushGiftCell>(); |
| | | _cell?.Display(cell.index, giftItems); |
| | | manager.PlayAnimationSync?.Invoke(); |
| | | } |
| | | |
| | | private void OnNowTabIdChangeEvent() |
| | |
| | | |
| | | if (tabType == 2) |
| | | { |
| | | CreateGiftScroller(roundType); |
| | | giftScroller.m_Scorller.RefreshActiveCellViews(); |
| | | return; |
| | | } |
| | | |