Stops and restarts the first coroutine that was run.
public void Restart(T t, bool oneByOne=false);
t
T
The first argument to pass into the coroutine.
oneByOne
System.Boolean
If called multiple times, waits until the others are finished.
Stops and restarts the first coroutine that was run.
public void Restart(T t, bool oneByOne=false);
t
T
The first argument to pass into the coroutine.
oneByOne
System.Boolean
If called multiple times, waits until the others are finished.