| | |
| | | |
| | | public override void End() |
| | | { |
| | | WindowCenter.Instance.Open<MessageWin>(); |
| | | Application.backgroundLoadingPriority = ThreadPriority.BelowNormal; |
| | | DebugEx.LogFormat("StageLoad => Load Scene : {0} Finished.", command.toMapId); |
| | | } |
| | |
| | | continue;
|
| | | }
|
| | |
|
| | | var isIgnore = closeAllIgnoreWindows.Contains(name) || WindowConfig.Get().IsChildWindow(name);
|
| | | var isIgnore = WindowConfig.Get().IsChildWindow(name);
|
| | | if (isIgnore)
|
| | | {
|
| | | continue;
|
| | |
| | | }
|
| | |
|
| | | isIgnore = isIgnore || WindowConfig.Get().IsChildWindow(name);
|
| | |
|
| | | if (!isIgnore)
|
| | | {
|
| | | if (window.windowState == Window.WindowState.Opened || window.windowState == Window.WindowState.Opening)
|