Exemplo n.º 1
0
 public void OnYield( ICoroutineEngine engine)
 {
     engine.ReplaceCurrentWith( NextState);
 }
Exemplo n.º 2
0
 public void OnYield(ICoroutineEngine engine)
 {
     engine.RegisterCustomYield(this);
 }
Exemplo n.º 3
0
 public void OnYield(ICoroutineEngine engine)
 {
     engine.PushOverCurrent(Nested);
 }