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