Beispiel #1
0
 public void EveryUpdateWith(Action action)
 {
     self = self.ParallelWith(GeneralR.Infinite(action));
 }
Beispiel #2
0
 public void Clear()
 {
     self = GeneralR.EmptyCoroutine();
 }