11
This commit is contained in:
@@ -26,7 +26,7 @@ namespace Stary.Evo.UIFarme
|
||||
/// <summary>
|
||||
/// 执行面板的出栈操作,此操作会执行面板的OnExit方法
|
||||
/// </summary>
|
||||
void PopQueue<T>() where T : IBaseRenderPanel, new();
|
||||
void PopQueue(string panelName);
|
||||
|
||||
|
||||
/// <summary>
|
||||
@@ -163,9 +163,9 @@ namespace Stary.Evo.UIFarme
|
||||
}
|
||||
|
||||
|
||||
public void PopQueue<T>() where T : IBaseRenderPanel, new()
|
||||
public void PopQueue(string panelName)
|
||||
{
|
||||
string panelName = typeof(T).Name;
|
||||
|
||||
|
||||
|
||||
for (int i = 0; i < queuePanel.Count; i++)
|
||||
|
||||
Reference in New Issue
Block a user