Esempio n. 1
0
 public bool ExisCoroutine(Coroutine coroutine)
 {
     return(mCoroutines.Exists(x => x == coroutine));
 }
Esempio n. 2
0
 public void StopCoroutine(Coroutine coroutine)
 {
     coroutine.removed = true;
 }