| | |
| | | |
| | | private void OpenRealmWin() |
| | | { |
| | | WindowCenter.Instance.Close<MainInterfaceWin>(); |
| | | WindowCenter.Instance.Open<RealmWin>(); |
| | | WindowCenter.Instance.Open<RealmTransitionWin>(); |
| | | } |
| | | |
| | | } |
| | |
| | | {
|
| | | return;
|
| | | }
|
| | | if (UI3DTreasureSelectStage.Instance.UnlockShowing
|
| | | && model.IsRequireUnlockAnim(category) == treasureId)
|
| | | {
|
| | | return;
|
| | | }
|
| | | if (!m_TreasureCanvaPool.ContainsKey(category))
|
| | | {
|
| | | var prefab = UILoader.LoadTreasure("Misc", "TreasureCanva_" + category.ToString());
|
| | |
| | | RecycleLockEffect();
|
| | | RecycleCondition();
|
| | | RecycleTreasureLabel();
|
| | | RecycleTreasureCanva();
|
| | | try
|
| | | {
|
| | | var _effect = SFXPlayUtility.Instance.Play(category == TreasureCategory.Demon ? 5157 : 5132, treasureRoot);
|