Exemplo n.º 1
0
 public void Hide()
 {
     if (coroutine != null)
     {
         toaster.StopCoroutine(coroutine);
     }
     coroutine = toaster.StartCoroutine(Toaster.CoAnimateToast(toast, 0));
 }