예제 #1
0
파일: LoadingUI.cs 프로젝트: q425163005/GF
 protected override void Disposed()
 {
     self  = null;
     value = 0;
     Slider_Progress.value = 0;
     Txt_Progress.text     = string.Empty;
 }
예제 #2
0
파일: LoadingUI.cs 프로젝트: q425163005/GF
 public static async CTask Show(string defTitle = null)
 {
     self = Mgr.UI.Show <LoadingUI>(defTitle);
     await self.Await();
 }