Exemplo n.º 1
0
 private static void RemoveFromUpdateList(Coroutine coroutine)
 {
     updateLists[(int)coroutine.UpdateMethod].Remove(coroutine);
 }
Exemplo n.º 2
0
 private static void AddToUpdateList(Coroutine coroutine)
 {
     updateLists[(int)coroutine.UpdateMethod].Add(coroutine);
 }