面板切换隐藏上一个
This commit is contained in:
parent
c23a8cff6a
commit
8140f15077
|
@ -5,7 +5,10 @@ using W.UI;
|
||||||
|
|
||||||
public class PanelBase : UITool
|
public class PanelBase : UITool
|
||||||
{
|
{
|
||||||
public PanelBase current_panel;
|
/// <summary>
|
||||||
|
/// µ±Ç°Ãæ°å
|
||||||
|
/// </summary>
|
||||||
|
public static PanelBase current_panel;
|
||||||
// Start is called before the first frame update
|
// Start is called before the first frame update
|
||||||
protected virtual void Start()
|
protected virtual void Start()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue