protected override void Disposed() { self = null; value = 0; Slider_Progress.value = 0; Txt_Progress.text = string.Empty; }
public static async CTask Show(string defTitle = null) { self = Mgr.UI.Show <LoadingUI>(defTitle); await self.Await(); }