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