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