Runnable Methods |
The Runnable type exposes the following members.
| Name | Description | |
|---|---|---|
| IsRunning |
Check if a routine is still running.
| |
| Run |
Start a co-routine function.
| |
| Stop |
Stops a active co-routine.
| |
| UpdateRoutines |
THis can be called by the user to force all co-routines to get a time slice, this is usually
invoked from an EditorApplication.Update callback so we can use runnable in Editor mode.
|