Exemple #1
0
 public static PausableCoroutine StopAndStartPausableCoroutine(this MonoBehaviour self,
                                                               ref PausableCoroutine saveCo, IEnumerator toStartIE)
 {
     return(MonoBehaviourUtil.StopAndStartPausableCoroutine(self, ref saveCo, toStartIE));
 }