Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 857 Bytes

Routine.T..Restart.ki6QVlwITXHVkS4zYk1n3Q.md

File metadata and controls

18 lines (16 loc) · 857 Bytes

Routine<T>.Restart(T, bool) Method

Stops and restarts the first coroutine that was run.

public void Restart(T t, bool oneByOne=false);

Parameters

t T
The first argument to pass into the coroutine.

oneByOne System.Boolean
If called multiple times, waits until the others are finished.

Exceptions

EmptyIteratorException