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