111
This commit is contained in:
@@ -10,12 +10,12 @@ namespace Stary.Evo.UIFarme
|
||||
/// <summary>
|
||||
/// UI的入栈操作,此操作会显示一个面板
|
||||
/// </summary>
|
||||
Task PushQueue<T>(Transform parent,string packageName=null) where T : IBasePanel, new();
|
||||
Task PushQueue<T>(Transform parent=null,string packageName=null) where T : IBasePanel, new();
|
||||
|
||||
/// <summary>
|
||||
/// UI的入栈操作,此操作会显示一个面板
|
||||
/// </summary>
|
||||
Task PushStack<T>(Transform parent,string packageName=null) where T : IBasePanel, new();
|
||||
Task PushStack<T>(Transform parent=null,string packageName=null) where T : IBasePanel, new();
|
||||
|
||||
/// <summary>
|
||||
/// 执行面板的出栈操作,此操作会执行面板的OnExit方法
|
||||
|
||||
Reference in New Issue
Block a user