Beispiel #1
0
 /// <summary> Discontinues execution of the coroutine at its next yield. </summary>
 public void Stop()
 {
     task.Stop();
 }