DocumentRun Method |
| Name | Description | |
|---|---|---|
| Run(Action) |
Schedule an action to be called in the current time-step.
| |
| Run(FuncIEnumerable) |
Schedule a coroutine to be called in the current time-step.
| |
| Run(Delegate, Object) |
Schedule a delegate to be called with given arguments in the current time-step.
| |
| Run(Double, Action) |
Schedule an action to be called after a delay in simulation time.
| |
| Run(Double, FuncIEnumerable) |
Schedule a coroutine to be called after a delay in simulation time.
| |
| RunT(FuncT, IEnumerable, T) |
Schedule a coroutine to be called in the current time-step.
| |
| Run(Function, Object) | FOR INTERNAL USE ONLY. Schedule a function to be called with given arguments after a delay in simulation time. | |
| Run(Double, Function, Object) | FOR INTERNAL USE ONLY. Schedule a function to be called with given arguments after a delay in simulation time. | |
| Run(Double, Delegate, Object) |
Schedule a delegate to be called with given arguments after a delay in simulation time.
| |
| RunT(Double, FuncT, IEnumerable, T) |
Schedule a coroutine to be called after a delay in simulation time.
| |
| RunT1, T2(FuncT1, T2, IEnumerable, T1, T2) |
Schedule a coroutine to be called in the current time-step.
| |
| RunT1, T2(Double, FuncT1, T2, IEnumerable, T1, T2) |
Schedule a coroutine to be called after a delay in simulation time.
| |
| RunT1, T2, T3(FuncT1, T2, T3, IEnumerable, T1, T2, T3) |
Schedule a coroutine to be called in the current time-step.
| |
| RunT1, T2, T3(Double, FuncT1, T2, T3, IEnumerable, T1, T2, T3) |
Schedule a coroutine to be called after a delay in simulation time.
| |
| RunT1, T2, T3, T4(FuncT1, T2, T3, T4, IEnumerable, T1, T2, T3, T4) |
Schedule a coroutine to be called in the current time-step.
| |
| RunT1, 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.
|