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