Click or drag to resize

DocumentRun Method

Overload List
 NameDescription
Public methodRun(Action) Schedule an action to be called in the current time-step.
Public methodRun(FuncIEnumerable) Schedule a coroutine to be called in the current time-step.
Public methodRun(Delegate, Object) Schedule a delegate to be called with given arguments in the current time-step.
Public methodRun(Double, Action) Schedule an action to be called after a delay in simulation time.
Public methodRun(Double, FuncIEnumerable) Schedule a coroutine to be called after a delay in simulation time.
Public methodRun(Double, Delegate, Object) Schedule a delegate to be called with given arguments after a delay in simulation time.
Public methodRunT(FuncT, IEnumerable, T) Schedule a coroutine to be called in the current time-step.
Public methodRunT(Double, FuncT, IEnumerable, T) Schedule a coroutine to be called after a delay in simulation time.
Public methodRunT1, T2(FuncT1, T2, IEnumerable, T1, T2) Schedule a coroutine to be called in the current time-step.
Public methodRunT1, T2(Double, FuncT1, T2, IEnumerable, T1, T2) Schedule a coroutine to be called after a delay in simulation time.
Public methodRunT1, T2, T3(FuncT1, T2, T3, IEnumerable, T1, T2, T3) Schedule a coroutine to be called in the current time-step.
Public methodRunT1, T2, T3(Double, FuncT1, T2, T3, IEnumerable, T1, T2, T3) Schedule a coroutine to be called after a delay in simulation time.
Public methodRunT1, T2, T3, T4(FuncT1, T2, T3, T4, IEnumerable, T1, T2, T3, T4) Schedule a coroutine to be called in the current time-step.
Public methodRunT1, T2, T3, T4(Double, FuncT1, T2, T3, T4, IEnumerable, T1, T2, T3, T4) Schedule a coroutine to be called after a delay in simulation time.
Top
See Also