结构大修改,改成朴实无华的结构,不过度架构。能跑就行
This commit is contained in:
@@ -22,11 +22,11 @@ namespace NBF
|
||||
public GTextField TextLoading;
|
||||
public override string[] GetDependPackages(){ return new string[] {}; }
|
||||
|
||||
public static void Show(object param = null){ App.UI.OpenUI<LoadingPanel>(param); }
|
||||
public static void Show(object param = null){ UI.Inst.OpenUI<LoadingPanel>(param); }
|
||||
|
||||
public static void Hide(){ App.UI.HideUI<LoadingPanel>(); }
|
||||
public static void Hide(){ UI.Inst.HideUI<LoadingPanel>(); }
|
||||
|
||||
public static void Del(){ App.UI.DestroyUI<LoadingPanel>(); }
|
||||
public static void Del(){ UI.Inst.DestroyUI<LoadingPanel>(); }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user