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方法
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "com.staryevo.uifarme",
|
||||
"displayName": "06.UIFarme",
|
||||
"version": "1.0.16",
|
||||
"version": "1.0.17",
|
||||
"description": "UI模板框架工具",
|
||||
"unity": "2021.3",
|
||||
"unityRelease": "30f1",
|
||||
|
||||
Reference in New Issue
Block a user