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