面板切换隐藏上一个

This commit is contained in:
AFeiJia 2024-06-24 01:12:25 +08:00
parent c23a8cff6a
commit 8140f15077
1 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,10 @@ using W.UI;
public class PanelBase : UITool
{
public PanelBase current_panel;
/// <summary>
/// µ±Ç°Ãæ°å
/// </summary>
public static PanelBase current_panel;
// Start is called before the first frame update
protected virtual void Start()
{