Beispiel #1
0
        public async Task LoadAsync()
        {
            isLoading = true;
            await BlackScreen.Appear();

            ResetPlayer();
            await BlackScreen.Faint();

            isLoading = false;
        }
Beispiel #2
0
 public override void OnAwake()
 {
     Instance = this;
     Image    = Actor.As <UIControl>().Control as Image;
 }