From fb4b1ed3c3366f993136e1f9a442bb2dc6d758ab Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期三, 26 九月 2018 22:35:18 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/WindowBase/WindowCenter.cs | 14 ++------------
1 files changed, 2 insertions(+), 12 deletions(-)
diff --git a/System/WindowBase/WindowCenter.cs b/System/WindowBase/WindowCenter.cs
index 33a4290..8e82a90 100644
--- a/System/WindowBase/WindowCenter.cs
+++ b/System/WindowBase/WindowCenter.cs
@@ -411,7 +411,7 @@
}
}
- public bool CheckOpen<T>() where T : Window
+ public bool IsOpen<T>() where T : Window
{
T win = null;
if (TryGetWindow(out win))
@@ -427,7 +427,7 @@
}
}
- public bool CheckOpen(string _windowName)
+ public bool IsOpen(string _windowName)
{
if (windows.ContainsKey(_windowName) && windows[_windowName] != null)
{
@@ -438,16 +438,6 @@
{
return false;
}
- }
-
- public void PreCreateWindows()
- {
- m_PreCreateWindowNum = 0;
- }
-
- private void AsyncLoadWindowCallBack(bool _ok, UnityEngine.Object _object)
- {
- m_PreCreateWindowNum--;
}
public bool ExitAnyFullScreenOrMaskWin()
--
Gitblit v1.8.0